mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
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>
This commit is contained in:
committed by
Rob Herring (Arm)
parent
d6f57d8c5a
commit
77e46093e8
@@ -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"
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user