]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: fix typo in description
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 23 Jan 2017 19:58:29 +0000 (11:58 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 23 Jan 2017 19:58:29 +0000 (11:58 -0800)
testsuite/test-modprobe.c

index fc63e4646131705e2d8ee8268b69f6e098ec210d..1430c256cbef4e14f31278ac6317f568321b8a45 100644 (file)
@@ -197,7 +197,7 @@ static noreturn int modprobe_param_kcmdline(const struct test *t)
        exit(EXIT_FAILURE);
 }
 DEFINE_TEST(modprobe_param_kcmdline,
-       .description = "check if params from kcmdline are passed in fact passed to (f)init_module call",
+       .description = "check if params from kcmdline are passed to (f)init_module call",
        .config = {
                [TC_UNAME_R] = "4.4.4",
                [TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/module-param-kcmdline",