[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210629094402.3850590-1-alex@ghiti.fr>
Date: Tue, 29 Jun 2021 11:44:02 +0200
From: Alexandre Ghiti <alex@...ti.fr>
To: Arnd Bergmann <arnd@...db.de>, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Alexandre Ghiti <alex@...ti.fr>
Subject: [PATCH] asm-generic: Fix a typo "regien" -> "region"
This fixes a typo where "region" was misspelled.
Signed-off-by: Alexandre Ghiti <alex@...ti.fr>
---
include/asm-generic/sections.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h
index d16302d3eb59..aedb3b365a8a 100644
--- a/include/asm-generic/sections.h
+++ b/include/asm-generic/sections.h
@@ -114,7 +114,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
--
2.30.2
Powered by blists - more mailing lists