Re: [PATCH] checkpatch: ignore ethtool CamelCase constants

2020-10-22 Thread Joe Perches
On Thu, 2020-10-22 at 20:14 +0200, Lukasz Stelmach wrote: > It was <2020-10-22 czw 04:57>, when Joe Perches wrote: > > On Thu, 2020-10-22 at 13:01 +0200, Łukasz Stelmach wrote: > > > Ignore CamelCase constants describing Ethernet link parameters defined > > > in include/uapi/linux/ethtool.h. > > []

Re: [PATCH] checkpatch: ignore ethtool CamelCase constants

2020-10-22 Thread Lukasz Stelmach
It was <2020-10-22 czw 04:57>, when Joe Perches wrote: > On Thu, 2020-10-22 at 13:01 +0200, Łukasz Stelmach wrote: >> Ignore CamelCase constants describing Ethernet link parameters defined >> in include/uapi/linux/ethtool.h. > [] >> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > [] >>

Re: [PATCH] checkpatch: ignore ethtool CamelCase constants

2020-10-22 Thread Joe Perches
On Thu, 2020-10-22 at 13:01 +0200, Łukasz Stelmach wrote: > Ignore CamelCase constants describing Ethernet link parameters defined > in include/uapi/linux/ethtool.h. [] > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] > @@ -5295,6 +5295,10 @@ sub process { > #CamelCase >

[PATCH] checkpatch: ignore ethtool CamelCase constants

2020-10-22 Thread Łukasz Stelmach
Ignore CamelCase constants describing Ethernet link parameters defined in include/uapi/linux/ethtool.h. Signed-off-by: Łukasz Stelmach --- scripts/checkpatch.pl | 4 1 file changed, 4 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index fab38b493cef..31789c090140