diff options
author | Gerhard Engleder <[email protected]> | 2023-01-04 21:15:24 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-04-08 13:45:37 -0700 |
commit | d99a4158c4483c7f47274937deb142cd8c461b77 (patch) | |
tree | b86ceef3be120eef10224359b1be9c4442fe8245 /scripts/gdb/linux/mm.py | |
parent | 4b3d049f1c567560191884d4bd8f6e99ab885e20 (diff) |
checkpatch: ignore ETHTOOL_LINK_MODE_ enum values
Since commit 4104a20646 ("checkpatch: ignore generated CamelCase defines
and enum values") enum values like ETHTOOL_LINK_MODE_Asym_Pause_BIT are
ignored. But there are other enums like
ETHTOOL_LINK_MODE_1000baseT_Full_BIT, which are not ignored because of the
not matching '1000baseT' substring.
Add regex to match all ETHTOOL_LINK_MODE enums.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Gerhard Engleder <[email protected]>
Cc: Andy Whitcroft <[email protected]>
Cc: Dwaipayan Ray <[email protected]>
Cc: Gerhard Engleder <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Lukas Bulwahn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions