[PATCH] module: remove extra spaces in include/asm-generic/tlb.h

From: menglong8 . dong
Date: Wed Mar 03 2021 - 06:39:53 EST


From: Zhang Yunkai <zhang.yunkai@xxxxxxxxxx>

Some typos are found out by codespell tool:

"# define" should be "#define".

Signed-off-by: Zhang Yunkai <zhang.yunkai@xxxxxxxxxx>
---
include/asm-generic/tlb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asm-generic/tlb.h b/include/asm-generic/tlb.h
index 2c68a545ffa7..5be89d9ba362 100644
--- a/include/asm-generic/tlb.h
+++ b/include/asm-generic/tlb.h
@@ -23,7 +23,7 @@
* the loaded mm.
*/
#ifndef nmi_uaccess_okay
-# define nmi_uaccess_okay() true
+#define nmi_uaccess_okay() true
#endif

#ifdef CONFIG_MMU
--
2.25.1