]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
scripts: dt_to_config: fix grammar and a typo in --help text
authorMarkus Heidelberg <m.heidelberg@cab.de>
Fri, 26 Sep 2025 10:57:49 +0000 (12:57 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Fri, 26 Sep 2025 20:53:30 +0000 (15:53 -0500)
- grammar: singular/plural inconsistency
- typo: "of" -> "or"

Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
scripts/dtc/dt_to_config

index 299d1c2b20d7785ab3771ee6f1b616a5bb3f65e0..70d6d5f06bdca92c6a6d3ca2ae4b92a738ab71fb 100755 (executable)
@@ -51,10 +51,10 @@ $num_pr_flags = $pr_flag_pos_config_test_fail + 1;
     "compatible is white listed",
     "matching driver and/or kernel config is hard coded",
     "kernel config hard coded in Makefile",
-    "one or more kernel config file options is not set",
-    "one or more kernel config file options is set to 'm'",
-    "one or more kernel config file options is set to 'y'",
-    "one of more kernel config file options fails to have correct value"
+    "one or more kernel config file options are not set",
+    "one or more kernel config file options are set to 'm'",
+    "one or more kernel config file options are set to 'y'",
+    "one or more kernel config file options fail to have correct value"
 );