[PATCH v2 1/5] checkpatch: Support wide strings
Tom Rini
trini at konsulko.com
Sun Aug 1 05:28:42 CEST 2021
On Sun, Jul 18, 2021 at 02:14:22PM -0600, Simon Glass wrote:
> From: Joe Perches <joe at perches.com>
>
> Allow prefixing typical strings with L for wide strings and u for
> unicode strings.
>
> Signed-off-by: Joe Perches <joe at perches.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> This was found on LKML:
>
> https://lore.kernel.org/lkml/1508280192.6530.31.camel@perches.com/T/
>
> It likely wasn't applied because it did not show up in patchwork
> correctly, due to the patch being inline:
>
> https://lore.kernel.org/patchwork/patch/842121/
>
> In any case, it needed rebasing and updating to support 'u'.
>
> Heinrich, perhaps you can send this upstream since you have the context?
>
> Changes in v2:
> - Add new patch to reduce checkpatch unicode-string spam
>
> scripts/checkpatch.pl | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
I'm very much against having checkpatch.pl changes that aren't inside of
the u_boot area. We're currently at I believe just 1 (outside of adding
--u-boot flag) and I'm testing a resync to v5.13 now that just adds one
more for good reason and is also obvious enough to not get lost. This
however will get lost in a future resync so needs to be brought up with
upstream.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210731/b4f3b747/attachment.sig>
More information about the U-Boot
mailing list