WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #295: new file mode 100644 WARNING: Improper SPDX comment style for 'drivers/net/dsa/lantiq_gswip.h', please use '/*' instead #300: FILE: drivers/net/dsa/lantiq_gswip.h:1: +// SPDX-License-Identifier: GPL-2.0 WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #300: FILE: drivers/net/dsa/lantiq_gswip.h:1: +// SPDX-License-Identifier: GPL-2.0 WARNING: line length of 83 exceeds 80 columns #407: FILE: drivers/net/dsa/lantiq_gswip.h:108: +#define GSWIP_BM_PCFG_IGCNT BIT(1) /* Ingres Special Tag RMON count */ WARNING: line length of 83 exceeds 80 columns #410: FILE: drivers/net/dsa/lantiq_gswip.h:111: +#define GSWIP_BM_CTRL_RMON_RAM1_RES BIT(0) /* Software Reset for RMON RAM 1 */ WARNING: line length of 83 exceeds 80 columns #411: FILE: drivers/net/dsa/lantiq_gswip.h:112: +#define GSWIP_BM_CTRL_RMON_RAM2_RES BIT(1) /* Software Reset for RMON RAM 2 */ WARNING: line length of 86 exceeds 80 columns #432: FILE: drivers/net/dsa/lantiq_gswip.h:133: +#define GSWIP_PCE_PMAP3 0x455 /* Default Unknown Unicast port map */ WARNING: line length of 99 exceeds 80 columns #439: FILE: drivers/net/dsa/lantiq_gswip.h:140: +#define GSWIP_PCE_GCTRL_1_MAC_GLOCK_MOD BIT(3) /* Mac address table lock forwarding mode */ WARNING: line length of 83 exceeds 80 columns #443: FILE: drivers/net/dsa/lantiq_gswip.h:144: +#define GSWIP_PCE_PCTRL_0_INGRESS BIT(11) /* Accept special tag in ingress */ WARNING: line length of 88 exceeds 80 columns #452: FILE: drivers/net/dsa/lantiq_gswip.h:153: +#define GSWIP_PCE_VCTRL_VIMR BIT(3) /* VLAN Ingress Member violation rule */ WARNING: line length of 87 exceeds 80 columns #453: FILE: drivers/net/dsa/lantiq_gswip.h:154: +#define GSWIP_PCE_VCTRL_VEMR BIT(4) /* VLAN Egress Member violation rule */ WARNING: line length of 83 exceeds 80 columns #477: FILE: drivers/net/dsa/lantiq_gswip.h:178: +#define GSWIP_MAC_CTRL_2_LCHKL BIT(2) /* Frame Length Check Long Enable */ WARNING: line length of 82 exceeds 80 columns #478: FILE: drivers/net/dsa/lantiq_gswip.h:179: +#define GSWIP_MAC_CTRL_2_MLEN BIT(3) /* Maximum Untagged Frame Lnegth */ WARNING: line length of 82 exceeds 80 columns #483: FILE: drivers/net/dsa/lantiq_gswip.h:184: +#define GSWIP_FDMA_PCTRL_STEN BIT(1) /* Special Tag Insertion Enable */ WARNING: line length of 87 exceeds 80 columns #484: FILE: drivers/net/dsa/lantiq_gswip.h:185: +#define GSWIP_FDMA_PCTRL_VLANMOD_MASK GENMASK(4, 3) /* VLAN Modification Control */ WARNING: line length of 90 exceeds 80 columns #500: FILE: drivers/net/dsa/lantiq_gswip.h:201: +#define GSWIP_TABLE_MAC_BRIDGE_KEY3_FID GENMASK(5, 0) /* Filtering identifier */ WARNING: line length of 93 exceeds 80 columns #501: FILE: drivers/net/dsa/lantiq_gswip.h:202: +#define GSWIP_TABLE_MAC_BRIDGE_VAL0_PORT GENMASK(7, 4) /* Port on learned entries */ WARNING: line length of 93 exceeds 80 columns #502: FILE: drivers/net/dsa/lantiq_gswip.h:203: +#define GSWIP_TABLE_MAC_BRIDGE_VAL1_STATIC BIT(0) /* Static, non-aging entry */ CHECK: struct mutex definition without comment #548: FILE: drivers/net/dsa/lantiq_gswip.h:249: + struct mutex pce_table_lock; total: 0 errors, 18 warnings, 1 checks, 521 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 c9d771950faa ("net: dsa: lantiq_gswip: move definitions to header") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 18 warnings, 1 checks, 521 lines checked