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

2021-03-03 Thread Matthew Wilcox
On Tue, Mar 02, 2021 at 07:04:43PM -0800, menglong8.d...@gmail.com wrote: > From: Zhang Yunkai > > Some typos are found out by codespell tool: > > "# define" should be "#define". Your tool is broken. This is a style used by some to indicate nesting.

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

2021-03-03 Thread menglong8 . dong
From: Zhang Yunkai Some typos are found out by codespell tool: "# define" should be "#define". Signed-off-by: Zhang Yunkai --- 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