WARNING: line length of 95 exceeds 80 columns #30: FILE: drivers/net/dsa/lantiq/lantiq_gswip.h:85: +#define GSWIP_MII_PCDU_TXDLY(x) u16_encode_bits(((x) / 500), GSWIP_MII_PCDU_TXDLY_MASK) WARNING: line length of 95 exceeds 80 columns #31: FILE: drivers/net/dsa/lantiq/lantiq_gswip.h:86: +#define GSWIP_MII_PCDU_RXDLY(x) u16_encode_bits(((x) / 500), GSWIP_MII_PCDU_RXDLY_MASK) total: 0 errors, 2 warnings, 0 checks, 122 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 1110e14b2cb5 ("net: dsa: lantiq_gswip: allow adjusting MII delays") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 2 warnings, 0 checks, 122 lines checked