Skip to content

Commit 77e4609

Browse files
marcowsrobherring
authored andcommitted
scripts: dt_to_config: fix grammar and a typo in --help text
- grammar: singular/plural inconsistency - typo: "of" -> "or" Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent d6f57d8 commit 77e4609

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/dtc/dt_to_config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ $num_pr_flags = $pr_flag_pos_config_test_fail + 1;
5151
"compatible is white listed",
5252
"matching driver and/or kernel config is hard coded",
5353
"kernel config hard coded in Makefile",
54-
"one or more kernel config file options is not set",
55-
"one or more kernel config file options is set to 'm'",
56-
"one or more kernel config file options is set to 'y'",
57-
"one of more kernel config file options fails to have correct value"
54+
"one or more kernel config file options are not set",
55+
"one or more kernel config file options are set to 'm'",
56+
"one or more kernel config file options are set to 'y'",
57+
"one or more kernel config file options fail to have correct value"
5858
);
5959

6060

0 commit comments

Comments
 (0)