summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 46ebc6a0fa58..ef24f92e10e5 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -50,7 +50,7 @@ my $minimum_perl_version = 5.10.0;
50my $min_conf_desc_length = 4; 50my $min_conf_desc_length = 4;
51my $spelling_file = "$D/spelling.txt"; 51my $spelling_file = "$D/spelling.txt";
52my $codespell = 0; 52my $codespell = 0;
53my $codespellfile = "/usr/local/share/codespell/dictionary.txt"; 53my $codespellfile = "/usr/share/codespell/dictionary.txt";
54my $color = 1; 54my $color = 1;
55 55
56sub help { 56sub help {
@@ -95,7 +95,7 @@ Options:
95 --ignore-perl-version override checking of perl version. expect 95 --ignore-perl-version override checking of perl version. expect
96 runtime errors. 96 runtime errors.
97 --codespell Use the codespell dictionary for spelling/typos 97 --codespell Use the codespell dictionary for spelling/typos
98 (default:/usr/local/share/codespell/dictionary.txt) 98 (default:/usr/share/codespell/dictionary.txt)
99 --codespellfile Use this codespell dictionary 99 --codespellfile Use this codespell dictionary
100 --color Use colors when output is STDOUT (default: on) 100 --color Use colors when output is STDOUT (default: on)
101 -h, --help, --version display this help and exit 101 -h, --help, --version display this help and exit