Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Markus Heidelberg and committed by
Rob Herring (Arm)
77e46093 d6f57d8c

+4 -4
+4 -4
scripts/dtc/dt_to_config
··· 51 51 "compatible is white listed", 52 52 "matching driver and/or kernel config is hard coded", 53 53 "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" 58 58 ); 59 59 60 60