Re: [PATCH] patman: use new --u-boot option with checkpath.pl

2020-06-07 Thread Simon Glass
Hi Daniel, On Sun, 7 Jun 2020 at 08:15, Daniel Schwierzeck wrote: > > > > Am 07.06.20 um 05:44 schrieb Simon Glass: > > Hi Daniel, > > > > On Sat, 6 Jun 2020 at 20:02, Simon Glass wrote: > >> > >> Hi Daniel, > >> > >> On Sat, 6 Jun 2020 at 15:31, Daniel Schwierzeck > >> wrote: > >>> > >>> check

Re: [PATCH] patman: use new --u-boot option with checkpath.pl

2020-06-07 Thread Daniel Schwierzeck
Am 07.06.20 um 05:44 schrieb Simon Glass: > Hi Daniel, > > On Sat, 6 Jun 2020 at 20:02, Simon Glass wrote: >> >> Hi Daniel, >> >> On Sat, 6 Jun 2020 at 15:31, Daniel Schwierzeck >> wrote: >>> >>> checkpatch.pl now supports a --u-boot option for U-Boot specific >>> checks. Use that in patman t

Re: [PATCH] patman: use new --u-boot option with checkpath.pl

2020-06-06 Thread Simon Glass
Hi Daniel, On Sat, 6 Jun 2020 at 20:02, Simon Glass wrote: > > Hi Daniel, > > On Sat, 6 Jun 2020 at 15:31, Daniel Schwierzeck > wrote: > > > > checkpatch.pl now supports a --u-boot option for U-Boot specific > > checks. Use that in patman to check the patch series. > > > > Signed-off-by: Daniel

Re: [PATCH] patman: use new --u-boot option with checkpath.pl

2020-06-06 Thread Simon Glass
Hi Daniel, On Sat, 6 Jun 2020 at 15:31, Daniel Schwierzeck wrote: > > checkpatch.pl now supports a --u-boot option for U-Boot specific > checks. Use that in patman to check the patch series. > > Signed-off-by: Daniel Schwierzeck > > --- > > tools/patman/checkpatch.py | 2 +- > 1 file changed, 1

[PATCH] patman: use new --u-boot option with checkpath.pl

2020-06-06 Thread Daniel Schwierzeck
checkpatch.pl now supports a --u-boot option for U-Boot specific checks. Use that in patman to check the patch series. Signed-off-by: Daniel Schwierzeck --- tools/patman/checkpatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patman/checkpatch.py b/tools/patman/