summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarkus Heidelberg <m.heidelberg@cab.de>2025-09-26 12:57:49 +0200
committerRob Herring (Arm) <robh@kernel.org>2025-09-26 15:53:30 -0500
commit77e46093e83a2788e2cf80ba8c8731375e587ad2 (patch)
treefaab57891f2f63a197eabb43507f29a08a4a9e97 /scripts
parentd6f57d8c5a5aede34c72382cdbd5b35616e171e6 (diff)
scripts: dt_to_config: fix grammar and a typo in --help text
- 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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dtc/dt_to_config8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/dtc/dt_to_config b/scripts/dtc/dt_to_config
index 299d1c2b20d7..70d6d5f06bdc 100755
--- a/scripts/dtc/dt_to_config
+++ b/scripts/dtc/dt_to_config
@@ -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"
);