From: Randy Dunlap Date: Fri, 16 Oct 2020 03:11:10 +0000 (-0700) Subject: lib: test_sysctl: delete duplicated words X-Git-Tag: v5.10.7~1400^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d0469814ade60efb5cd8ca9af93c43bc3ba831e;p=platform%2Fkernel%2Flinux-rpi.git lib: test_sysctl: delete duplicated words Drop the repeated word "the". Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Link: https://lkml.kernel.org/r/20200823040520.1999-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/lib/test_sysctl.c b/lib/test_sysctl.c index 98bc92a..3750323 100644 --- a/lib/test_sysctl.c +++ b/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.