Change "The the" to "For the".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Chris Zankel <[email protected]>
Cc: Max Filippov <[email protected]>
Cc: [email protected]
---
arch/xtensa/include/asm/initialize_mmu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200720.orig/arch/xtensa/include/asm/initialize_mmu.h
+++ linux-next-20200720/arch/xtensa/include/asm/initialize_mmu.h
@@ -6,7 +6,7 @@
* For the new V3 MMU we remap the TLB from virtual == physical
* to the standard Linux mapping used in earlier MMU's.
*
- * The the MMU we also support a new configuration register that
+ * For the MMU we also support a new configuration register that
* specifies how the S32C1I instruction operates with the cache
* controller.
*
On Tue, Jul 21, 2020 at 2:00 PM Randy Dunlap <[email protected]> wrote:
>
> Change "The the" to "For the".
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Chris Zankel <[email protected]>
> Cc: Max Filippov <[email protected]>
> Cc: [email protected]
> ---
> arch/xtensa/include/asm/initialize_mmu.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thank you! Applied to my xtensa tree.
-- Max