]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
asm-generic-sections-refactor-memory_intersects-fix
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 19 Aug 2022 21:49:53 +0000 (14:49 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Aug 2022 05:01:56 +0000 (22:01 -0700)
fix nearby comment typo

Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Quanyang Wang <quanyang.wang@windriver.com>
Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/asm-generic/sections.h

index c51b3e7925cdf344791df3a888bc2d7d48bc2bfc..db13bb620f527e2a0d8204cfdafe877975c35394 100644 (file)
@@ -97,7 +97,7 @@ static inline bool memory_contains(void *begin, void *end, void *virt,
 /**
  * memory_intersects - checks if the region occupied by an object intersects
  *                     with another memory region
- * @begin: virtual address of the beginning of the memory regien
+ * @begin: virtual address of the beginning of the memory region
  * @end: virtual address of the end of the memory region
  * @virt: virtual address of the memory object
  * @size: size of the memory object