Re: [PATCH v2 1/5] checkpatch: Support wide strings

2021-08-02 Thread Tom Rini
On Mon, Aug 02, 2021 at 01:20:21PM -0600, Simon Glass wrote: > Hi Tom, > > On Sat, 31 Jul 2021 at 21:28, Tom Rini wrote: > > > > On Sun, Jul 18, 2021 at 02:14:22PM -0600, Simon Glass wrote: > > > > > From: Joe Perches > > > > > > Allow prefixing typical strings with L for wide strings and u for

Re: [PATCH v2 1/5] checkpatch: Support wide strings

2021-08-02 Thread Simon Glass
Hi Tom, On Sat, 31 Jul 2021 at 21:28, Tom Rini wrote: > > On Sun, Jul 18, 2021 at 02:14:22PM -0600, Simon Glass wrote: > > > From: Joe Perches > > > > Allow prefixing typical strings with L for wide strings and u for > > unicode strings. > > > > Signed-off-by: Joe Perches > > Signed-off-by: Sim

Re: [PATCH v2 1/5] checkpatch: Support wide strings

2021-07-31 Thread Tom Rini
On Sun, Jul 18, 2021 at 02:14:22PM -0600, Simon Glass wrote: > From: Joe Perches > > Allow prefixing typical strings with L for wide strings and u for > unicode strings. > > Signed-off-by: Joe Perches > Signed-off-by: Simon Glass > --- > This was found on LKML: > > https://lore.kernel.org/lk

[PATCH v2 1/5] checkpatch: Support wide strings

2021-07-18 Thread Simon Glass
From: Joe Perches Allow prefixing typical strings with L for wide strings and u for unicode strings. Signed-off-by: Joe Perches Signed-off-by: Simon Glass --- This was found on LKML: https://lore.kernel.org/lkml/1508280192.6530.31.ca...@perches.com/T/ It likely wasn't applied because it did