Drop the repeated word "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Shuah Khan <[email protected]> Cc: Shuah Khan <[email protected]> --- 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.

