Remove duplicate word "for" in kselftest.txt. Signed-off-by: Zhiyi Sun <[email protected]> --- Documentation/kselftest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt index 9bbbcdc..979eaca 100644 --- a/Documentation/kselftest.txt +++ b/Documentation/kselftest.txt @@ -73,7 +73,7 @@ To install selftests in an user specified location: Contributing new tests ====================== -In general, the rules for for selftests are +In general, the rules for selftests are * Do as much as you can if you're not root; -- 2.5.0

