[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1433412034.4861.137.camel@perches.com>
Date: Thu, 04 Jun 2015 03:00:34 -0700
From: Joe Perches <joe@...ches.com>
To: Maxim Uvarov <maxim.uvarov@...aro.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, apw@...onical.com
Subject: Re: [PATCH] checkpatch: remove local from codespell path
On Thu, 2015-06-04 at 12:22 +0300, Maxim Uvarov wrote:
> local is typically used for manually installed apps,
> for apps installed from distro right patch is /usr/share
>
> Signed-off-by: Maxim Uvarov <maxim.uvarov@...aro.org>
Acked-by: Joe Perches <joe@...ches.com>
> ---
> scripts/checkpatch.pl | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
> index 89b1df4..a1cbc6d 100755
> --- a/scripts/checkpatch.pl
> +++ b/scripts/checkpatch.pl
> @@ -48,7 +48,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";
>
> sub help {
> my ($exitcode) = @_;
> @@ -91,7 +91,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
> -h, --help, --version display this help and exit
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists