Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-29 Thread Simon Glass
Hi Joe, On Mon, 24 Jan 2022 at 18:04, Joe Perches wrote: > > On Sun, 2022-01-23 at 13:12 -0700, Simon Glass wrote: > > Hi Joe, > > > > On Sun, 23 Jan 2022 at 09:27, Joe Perches wrote: > > > > > > On Sun, 2022-01-23 at 11:19 -0500, Tom Rini wrote: > > > > On Sun, Jan 23, 2022 at 08:10:37AM -0800,

Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-24 Thread Joe Perches
On Sun, 2022-01-23 at 13:12 -0700, Simon Glass wrote: > Hi Joe, > > On Sun, 23 Jan 2022 at 09:27, Joe Perches wrote: > > > > On Sun, 2022-01-23 at 11:19 -0500, Tom Rini wrote: > > > On Sun, Jan 23, 2022 at 08:10:37AM -0800, Joe Perches wrote: > > > > On Sun, 2022-01-23 at 09:03 -0700, Simon Glas

Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-23 Thread Simon Glass
Hi Joe, On Sun, 23 Jan 2022 at 09:27, Joe Perches wrote: > > On Sun, 2022-01-23 at 11:19 -0500, Tom Rini wrote: > > On Sun, Jan 23, 2022 at 08:10:37AM -0800, Joe Perches wrote: > > > On Sun, 2022-01-23 at 09:03 -0700, Simon Glass wrote: > > > > > > > Do you think we > > > > should try to send the

Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-23 Thread Joe Perches
On Sun, 2022-01-23 at 11:19 -0500, Tom Rini wrote: > On Sun, Jan 23, 2022 at 08:10:37AM -0800, Joe Perches wrote: > > On Sun, 2022-01-23 at 09:03 -0700, Simon Glass wrote: > > > > > Do you think we > > > should try to send the U-Boot things upstream? > > > > No idea. What are the U-Boot things t

Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-23 Thread Tom Rini
On Sun, Jan 23, 2022 at 08:10:37AM -0800, Joe Perches wrote: > On Sun, 2022-01-23 at 09:03 -0700, Simon Glass wrote: > > > Do you think we > > should try to send the U-Boot things upstream? > > No idea. What are the U-Boot things that could or should be generic ? > > https://source.denx.de/u-bo

Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-23 Thread Joe Perches
On Sun, 2022-01-23 at 09:03 -0700, Simon Glass wrote: > Do you think we > should try to send the U-Boot things upstream? No idea. What are the U-Boot things that could or should be generic ? https://source.denx.de/u-boot/u-boot/-/commits/master/scripts/checkpatch.pl

Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-23 Thread Tom Rini
On Sun, Jan 23, 2022 at 09:03:16AM -0700, Simon Glass wrote: > Hi Tom, > > On Sun, 23 Jan 2022 at 07:54, Tom Rini wrote: > > > > On Fri, Jan 21, 2022 at 06:27:33PM -0700, Simon Glass wrote: > > > > > From: Joe Perches > > > > > > Allow prefixing typical strings with L for wide strings and u for

Re: [PATCH v4 1/4] checkpatch: Support wide strings

2022-01-23 Thread Simon Glass
Hi Tom, On Sun, 23 Jan 2022 at 07:54, Tom Rini wrote: > > On Fri, Jan 21, 2022 at 06:27:33PM -0700, 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 v4 1/4] checkpatch: Support wide strings

2022-01-23 Thread Tom Rini
On Fri, Jan 21, 2022 at 06:27:33PM -0700, 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 v4 1/4] checkpatch: Support wide strings

2022-01-21 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