[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1441354233.24275.3.camel@sevenbyte.org>
Date: Fri, 04 Sep 2015 10:10:33 +0200
From: Stefan Tatschner <stefan@...enbyte.org>
To: linux-kernel@...r.kernel.org
Cc: Andy Whitcroft <apw@...onical.com>, Joe Perches <joe@...ches.com>
Subject: Re: [PATCH] checkpatch: Fix perl 5.22 brace deprecation warnings
On Mi, 2015-07-08 at 21:22 +0200, Stefan Tatschner wrote:
> This patch fixes four "Unescaped left brace in regex is
> deprecated" (perl 5.22) warnings by escaping left braces
> properly.
>
> Signed-off-by: Stefan Tatschner <stefan@...enbyte.org>
Are there any updates on this patch? It seems it got lost in the noise.
It fixes these deprecation warnings on perl 5.22.0:
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\#\s*define.*do\s{ <-- HERE / at scripts/checkpatch.pl line 3523.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\(.*\){ <-- HERE / at scripts/checkpatch.pl line 4035.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/do{ <-- HERE / at scripts/checkpatch.pl line 4036.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\({ <-- HERE / at scripts/checkpatch.pl line 4483.
Stefan
--
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