VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2020-10-15 20:11:10 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2020-10-16 11:11:20 -0700 commit: 2d0469814ade60efb5cd8ca9af93c43bc3ba831e parent: 408a93a2bb4f276f28059b51fbe0bbd06be350fc
Commit Summary:
lib: test_sysctl: delete duplicated words
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/test_sysctl.c b/lib/test_sysctl.c
index 98bc92a91662..3750323973f4 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.