* [PATCH] asm-generic/io.h: fix grammar typos
@ 2023-12-13 4:30 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2023-12-13 4:30 UTC (permalink / raw)
To: linux-kernel; +Cc: Randy Dunlap, Arnd Bergmann, linux-arch
Correct grammar mistakes.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arch@vger.kernel.org
---
include/asm-generic/io.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -- a/include/asm-generic/io.h b/include/asm-generic/io.h
--- a/include/asm-generic/io.h
+++ b/include/asm-generic/io.h
@@ -1019,12 +1019,12 @@ static inline void *phys_to_virt(unsigne
*
* Architectures with an MMU are expected to provide ioremap() and iounmap()
* themselves or rely on GENERIC_IOREMAP. For NOMMU architectures we provide
- * a default nop-op implementation that expect that the physical address used
+ * a default nop-op implementation that expects that the physical addresses used
* for MMIO are already marked as uncached, and can be used as kernel virtual
* addresses.
*
* ioremap_wc() and ioremap_wt() can provide more relaxed caching attributes
- * for specific drivers if the architecture choses to implement them. If they
+ * for specific drivers if the architecture chooses to implement them. If they
* are not implemented we fall back to plain ioremap. Conversely, ioremap_np()
* can provide stricter non-posted write semantics if the architecture
* implements them.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-13 4:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 4:30 [PATCH] asm-generic/io.h: fix grammar typos Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).