Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1a63678 authored by Maxim Uvarov's avatar Maxim Uvarov Committed by Linus Torvalds
Browse files

checkpatch: remove local from codespell path



local is typically used for manually installed apps.
For apps installed from distro the right path is /usr/share.

Signed-off-by: default avatarMaxim Uvarov <maxim.uvarov@linaro.org>
Acked-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 34d8815f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ my $minimum_perl_version = 5.10.0;
my $min_conf_desc_length = 4;
my $spelling_file = "$D/spelling.txt";
my $codespell = 0;
my $codespellfile = "/usr/local/share/codespell/dictionary.txt";
my $codespellfile = "/usr/share/codespell/dictionary.txt";
my $color = 1;

sub help {
@@ -95,7 +95,7 @@ Options:
  --ignore-perl-version      override checking of perl version.  expect
                             runtime errors.
  --codespell                Use the codespell dictionary for spelling/typos
                             (default:/usr/local/share/codespell/dictionary.txt)
                             (default:/usr/share/codespell/dictionary.txt)
  --codespellfile            Use this codespell dictionary
  --color                    Use colors when output is STDOUT (default: on)
  -h, --help, --version      display this help and exit