Re: [PATCH v2] checkpatch: Ignore ENOSYS warnings

2021-04-23 Thread Tom Rini
On Wed, Apr 14, 2021 at 10:02:21PM -0400, 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 > Reviewed-by: Simon Glass

[PATCH v2] checkpatch: Ignore ENOSYS warnings

2021-04-14 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 Reviewed-by: Simon Glass --- Changes in v2: - Removed accidentally-included tag .checkpatch.conf