Re: [PATCH] checkpatch: Ignore ENOSYS warnings

2021-04-14 Thread Simon Glass
Hi Sean, On Tue, 13 Apr 2021 at 00:31, Sean Anderson wrote: > > On 4/12/21 2:04 PM, Simon Glass wrote: > > Hi Sean, > > > > On Mon, 12 Apr 2021 at 16:22, Sean Anderson wrote: > >> > >> There are no system calls in U-Boot, but ENOSYS is still allowed (and > >> preferred since 42a2668743 ("dm:

Re: [PATCH] checkpatch: Ignore ENOSYS warnings

2021-04-12 Thread Sean Anderson
On 4/12/21 2:04 PM, Simon Glass wrote: Hi Sean, On Mon, 12 Apr 2021 at 16:22, Sean Anderson wrote: There are no system calls in U-Boot, but ENOSYS is still allowed (and preferred since 42a2668743 ("dm: core: Document the common error codes")). Silence this warning. Signed-off-by: Sean

Re: [PATCH] checkpatch: Ignore ENOSYS warnings

2021-04-12 Thread Simon Glass
Hi Sean, On Mon, 12 Apr 2021 at 16:22, Sean Anderson wrote: > > There are no system calls in U-Boot, but ENOSYS is still allowed (and > preferred since 42a2668743 ("dm: core: Document the common error codes")). > Silence this warning. > > Signed-off-by: Sean Anderson > Seriies-to: sjg This

[PATCH] checkpatch: Ignore ENOSYS warnings

2021-04-11 Thread Sean Anderson
There are no system calls in U-Boot, but ENOSYS is still allowed (and preferred since 42a2668743 ("dm: core: Document the common error codes")). Silence this warning. Signed-off-by: Sean Anderson Seriies-to: sjg --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git