Drop the repeated word "the". Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Andrew Morton <a...@linux-foundation.org> Cc: Shuah Khan <sh...@kernel.org> Cc: Shuah Khan <sk...@linuxfoundation.org> --- lib/test_sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200730.orig/lib/test_sysctl.c +++ linux-next-20200730/lib/test_sysctl.c @@ -16,7 +16,7 @@ */ /* - * This module provides an interface to the the proc sysctl interfaces. This + * This module provides an interface to the proc sysctl interfaces. This * driver requires CONFIG_PROC_SYSCTL. It will not normally be loaded by the * system unless explicitly requested by name. You can also build this driver * into your kernel.