[dpdk-test-report] |WARNING| [PATCH v2 05/55] net/sfc: import libefx MCDI definition

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Nov 29 21:26:46 CET 2016


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/17335

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#129: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:36:
+ * possible to jump into IMEM without loading code from flash. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#138: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:45:
+ * the MC persistent data must be reinitialised. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#142: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:49:
+ * we shouldn't touch PCIe config. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#160: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:67:
+ * memory on reboot and assert */

WARNING:TYPO_SPELLING: 'writting' may be misspelled - perhaps 'writing'?
#193: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:100:
+ * doorbell. Each request is completed by either by the MC writting

WARNING:TYPO_SPELLING: 'writting' may be misspelled - perhaps 'writing'?
#194: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:101:
+ * back into shared memory, or by writting out an event.

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#363: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:270:
+/* The requested operation might require the
+   command to be passed between MCs, and the

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#365: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:272:
+   only ever been seen over the UART. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#375: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:282:
+ * helps matching it with the respective PROXY_RESPONSE event. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#380: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:287:
+ * authorized. The drvier should try again later. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#384: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:291:
+ * doesn't await an authorization. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#391: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:298:
+ * to a designated admin function for authorization. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#395: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:302:
+ * MC_CMD_WORKAROUND_BUG26807. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#398: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:305:
+ * doesn't exist on this NIC */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#401: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:308:
+ * have caused an assertion failed to do so.  */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#404: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:311:
+ * resources to do so. Send it again after a command has completed. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#410: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:317:
+/* We define 8 "escape" commands to allow
+   for command number space extension */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#410: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:317:
+   for command number space extension */

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#916: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:823:
+#define	FCDI_EXTENDED_EVENT_PPS_LEN(num) (8+8*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#916: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:823:
+#define	FCDI_EXTENDED_EVENT_PPS_LEN(num) (8+8*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#1041: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:948:
+#define	MC_CMD_READ32_OUT_LEN(num) (0+4*(num))
        	                             ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#1041: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:948:
+#define	MC_CMD_READ32_OUT_LEN(num) (0+4*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#1060: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:967:
+#define	MC_CMD_WRITE32_IN_LEN(num) (4+4*(num))
        	                             ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#1060: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:967:
+#define	MC_CMD_WRITE32_IN_LEN(num) (4+4*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#1529: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:1436:
+#define	MC_CMD_FC_IN_WRITE32_LEN(num) (12+4*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#1529: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:1436:
+#define	MC_CMD_FC_IN_WRITE32_LEN(num) (12+4*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#1722: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:1629:
+#define	MC_CMD_FC_IN_IO_REL_WRITE32_LEN(num) (16+4*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#1722: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:1629:
+#define	MC_CMD_FC_IN_IO_REL_WRITE32_LEN(num) (16+4*(num))
        	                                          ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2108: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2015:
+#define	MC_CMD_FC_IN_SPI_WRITE_LEN(num) (12+4*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2108: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2015:
+#define	MC_CMD_FC_IN_SPI_WRITE_LEN(num) (12+4*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2276: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2183:
+#define	MC_CMD_FC_OUT_READ32_LEN(num) (0+4*(num))
        	                                ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2276: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2183:
+#define	MC_CMD_FC_OUT_READ32_LEN(num) (0+4*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#2322: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2229:
+#define	MC_CMD_FC_OUT_MAC_GET_RX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_RX_NSTATS))+1))>>3)
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2322: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2229:
+#define	MC_CMD_FC_OUT_MAC_GET_RX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_RX_NSTATS))+1))>>3)
        	                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2322: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2229:
+#define	MC_CMD_FC_OUT_MAC_GET_RX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_RX_NSTATS))+1))>>3)
        	                                              ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2322: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2229:
+#define	MC_CMD_FC_OUT_MAC_GET_RX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_RX_NSTATS))+1))>>3)
        	                                                                        ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#2322: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2229:
+#define	MC_CMD_FC_OUT_MAC_GET_RX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_RX_NSTATS))+1))>>3)
        	                                                                            ^

CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#2357: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2264:
+#define	MC_CMD_FC_OUT_MAC_GET_TX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_TX_NSTATS))+1))>>3)
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2357: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2264:
+#define	MC_CMD_FC_OUT_MAC_GET_TX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_TX_NSTATS))+1))>>3)
        	                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2357: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2264:
+#define	MC_CMD_FC_OUT_MAC_GET_TX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_TX_NSTATS))+1))>>3)
        	                                              ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2357: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2264:
+#define	MC_CMD_FC_OUT_MAC_GET_TX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_TX_NSTATS))+1))>>3)
        	                                                                        ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#2357: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2264:
+#define	MC_CMD_FC_OUT_MAC_GET_TX_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_TX_NSTATS))+1))>>3)
        	                                                                            ^

WARNING:LONG_LINE: line over 90 characters
#2389: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2296:
+#define	MC_CMD_FC_OUT_MAC_GET_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_NSTATS_PER_BLOCK))+1))>>3)

CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#2389: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2296:
+#define	MC_CMD_FC_OUT_MAC_GET_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_NSTATS_PER_BLOCK))+1))>>3)
        	                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2389: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2296:
+#define	MC_CMD_FC_OUT_MAC_GET_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_NSTATS_PER_BLOCK))+1))>>3)
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2389: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2296:
+#define	MC_CMD_FC_OUT_MAC_GET_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_NSTATS_PER_BLOCK))+1))>>3)
        	                                           ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2389: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2296:
+#define	MC_CMD_FC_OUT_MAC_GET_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_NSTATS_PER_BLOCK))+1))>>3)
        	                                                                            ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#2389: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2296:
+#define	MC_CMD_FC_OUT_MAC_GET_STATS_LEN ((((0-1+(64*MC_CMD_FC_MAC_NSTATS_PER_BLOCK))+1))>>3)
        	                                                                                ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2839: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2746:
+#define	MC_CMD_FC_OUT_IO_REL_READ32_LEN(num) (0+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2839: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2746:
+#define	MC_CMD_FC_OUT_IO_REL_READ32_LEN(num) (0+4*(num))
        	                                         ^

WARNING:LONG_LINE: line over 90 characters
#2918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2825:
+#define	MC_CMD_FC_OUT_UHLINK_RX_EYE_LEN ((((0-1+(32*MC_CMD_FC_UHLINK_RX_EYE_PER_BLOCK))+1))>>3)

CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#2918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2825:
+#define	MC_CMD_FC_OUT_UHLINK_RX_EYE_LEN ((((0-1+(32*MC_CMD_FC_UHLINK_RX_EYE_PER_BLOCK))+1))>>3)
        	                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2825:
+#define	MC_CMD_FC_OUT_UHLINK_RX_EYE_LEN ((((0-1+(32*MC_CMD_FC_UHLINK_RX_EYE_PER_BLOCK))+1))>>3)
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2825:
+#define	MC_CMD_FC_OUT_UHLINK_RX_EYE_LEN ((((0-1+(32*MC_CMD_FC_UHLINK_RX_EYE_PER_BLOCK))+1))>>3)
        	                                           ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2825:
+#define	MC_CMD_FC_OUT_UHLINK_RX_EYE_LEN ((((0-1+(32*MC_CMD_FC_UHLINK_RX_EYE_PER_BLOCK))+1))>>3)
        	                                                                               ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#2918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2825:
+#define	MC_CMD_FC_OUT_UHLINK_RX_EYE_LEN ((((0-1+(32*MC_CMD_FC_UHLINK_RX_EYE_PER_BLOCK))+1))>>3)
        	                                                                                   ^

WARNING:LONG_LINE: line over 90 characters
#2928: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2835:
+#define	MC_CMD_FC_OUT_UHLINK_READ_RX_EYE_PLOT_LEN ((((32-1+(64*MC_CMD_FC_UHLINK_RX_EYE_PLOT_ROWS_PER_BLOCK))+1))>>3)

CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#2928: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2835:
+#define	MC_CMD_FC_OUT_UHLINK_READ_RX_EYE_PLOT_LEN ((((32-1+(64*MC_CMD_FC_UHLINK_RX_EYE_PLOT_ROWS_PER_BLOCK))+1))>>3)
        	                                                ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2928: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2835:
+#define	MC_CMD_FC_OUT_UHLINK_READ_RX_EYE_PLOT_LEN ((((32-1+(64*MC_CMD_FC_UHLINK_RX_EYE_PLOT_ROWS_PER_BLOCK))+1))>>3)
        	                                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2928: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2835:
+#define	MC_CMD_FC_OUT_UHLINK_READ_RX_EYE_PLOT_LEN ((((32-1+(64*MC_CMD_FC_UHLINK_RX_EYE_PLOT_ROWS_PER_BLOCK))+1))>>3)
        	                                                      ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2928: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2835:
+#define	MC_CMD_FC_OUT_UHLINK_READ_RX_EYE_PLOT_LEN ((((32-1+(64*MC_CMD_FC_UHLINK_RX_EYE_PLOT_ROWS_PER_BLOCK))+1))>>3)
        	                                                                                                    ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#2928: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2835:
+#define	MC_CMD_FC_OUT_UHLINK_READ_RX_EYE_PLOT_LEN ((((32-1+(64*MC_CMD_FC_UHLINK_RX_EYE_PLOT_ROWS_PER_BLOCK))+1))>>3)
        	                                                                                                        ^

WARNING:LONG_LINE: line over 90 characters
#2936: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2843:
+#define	MC_CMD_FC_OUT_UHLINK_READ_RX_EYE_PLOT_ROWS_NUM MC_CMD_FC_UHLINK_RX_EYE_PLOT_ROWS_PER_BLOCK

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#2973: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2880:
+#define	MC_CMD_FC_OUT_DMA_READ_LEN(num) (0+1*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#2973: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2880:
+#define	MC_CMD_FC_OUT_DMA_READ_LEN(num) (0+1*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3059: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2966:
+#define	MC_CMD_FC_OUT_TIMESTAMP_READ_SNAPSHOT_LEN(num) (0+8*(num))
        	                                                 ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3059: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2966:
+#define	MC_CMD_FC_OUT_TIMESTAMP_READ_SNAPSHOT_LEN(num) (0+8*(num))
        	                                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3072: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2979:
+#define	MC_CMD_FC_OUT_SPI_READ_LEN(num) (0+4*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3072: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:2979:
+#define	MC_CMD_FC_OUT_SPI_READ_LEN(num) (0+4*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3318: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3225:
+#define	MC_CMD_AOE_IN_JTAG_WRITE_LEN(num) (8+4*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3318: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3225:
+#define	MC_CMD_AOE_IN_JTAG_WRITE_LEN(num) (8+4*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3576: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3483:
+#define	MC_CMD_AOE_OUT_FAN_FAILURES_LEN(num) (0+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3576: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3483:
+#define	MC_CMD_AOE_OUT_FAN_FAILURES_LEN(num) (0+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3603: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3510:
+#define	MC_CMD_AOE_OUT_MAC_STATS_NO_DMA_LEN (((MC_CMD_MAC_NSTATS*64))>>3)
        	                                                        ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#3603: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3510:
+#define	MC_CMD_AOE_OUT_MAC_STATS_NO_DMA_LEN (((MC_CMD_MAC_NSTATS*64))>>3)
        	                                                             ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3613: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3520:
+#define	MC_CMD_AOE_OUT_GET_PHY_MEDIA_INFO_LEN(num) (4+1*(num))
        	                                             ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3613: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3520:
+#define	MC_CMD_AOE_OUT_GET_PHY_MEDIA_INFO_LEN(num) (4+1*(num))
        	                                               ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3624: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3531:
+#define	MC_CMD_AOE_OUT_JTAG_WRITE_LEN(num) (8+4*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3624: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3531:
+#define	MC_CMD_AOE_OUT_JTAG_WRITE_LEN(num) (8+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3640: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3547:
+#define	MC_CMD_AOE_OUT_DDR_LEN(num) (16+1*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3640: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3547:
+#define	MC_CMD_AOE_OUT_DDR_LEN(num) (16+1*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3825: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3732:
+#define	MC_CMD_PTP_IN_TRANSMIT_LEN(num) (12+1*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3825: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3732:
+#define	MC_CMD_PTP_IN_TRANSMIT_LEN(num) (12+1*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#3915: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3822:
+#define	MC_CMD_PTP_IN_FPGAWRITE_LEN(num) (12+1*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#3915: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:3822:
+#define	MC_CMD_PTP_IN_FPGAWRITE_LEN(num) (12+1*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4142: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4049:
+#define	MC_CMD_PTP_OUT_SYNCHRONIZE_LEN(num) (0+20*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4142: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4049:
+#define	MC_CMD_PTP_OUT_SYNCHRONIZE_LEN(num) (0+20*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4212: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4119:
+#define	MC_CMD_PTP_OUT_FPGAREAD_LEN(num) (0+1*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4212: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4119:
+#define	MC_CMD_PTP_OUT_FPGAREAD_LEN(num) (0+1*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4321: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4228:
+#define	MC_CMD_CSR_READ32_OUT_LEN(num) (0+4*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4321: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4228:
+#define	MC_CMD_CSR_READ32_OUT_LEN(num) (0+4*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4341: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4248:
+#define	MC_CMD_CSR_WRITE32_IN_LEN(num) (8+4*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4341: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4248:
+#define	MC_CMD_CSR_WRITE32_IN_LEN(num) (8+4*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4415: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4322:
+#define	MC_CMD_STACKINFO_OUT_LEN(num) (0+12*(num))
        	                                ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4415: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4322:
+#define	MC_CMD_STACKINFO_OUT_LEN(num) (0+12*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4519: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4426:
+#define	MC_CMD_DBI_WRITE_IN_LEN(num) (0+12*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4519: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4426:
+#define	MC_CMD_DBI_WRITE_IN_LEN(num) (0+12*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4673: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4580:
+#define	MC_CMD_GET_BOARD_CFG_OUT_LEN(num) (72+2*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4673: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4580:
+#define	MC_CMD_GET_BOARD_CFG_OUT_LEN(num) (72+2*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4712: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4619:
+#define	MC_CMD_DBI_READX_IN_LEN(num) (0+8*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4712: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4619:
+#define	MC_CMD_DBI_READX_IN_LEN(num) (0+8*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4724: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4631:
+#define	MC_CMD_DBI_READX_OUT_LEN(num) (0+4*(num))
        	                                ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4724: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4631:
+#define	MC_CMD_DBI_READX_OUT_LEN(num) (0+4*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4778: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4685:
+#define	MC_CMD_LTSSM_HIST_OUT_LEN(num) (0+4*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4778: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4685:
+#define	MC_CMD_LTSSM_HIST_OUT_LEN(num) (0+4*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4992: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4899:
+#define	MC_CMD_PUTS_IN_LEN(num) (12+1*(num))
        	                           ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#4992: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:4899:
+#define	MC_CMD_PUTS_IN_LEN(num) (12+1*(num))
        	                             ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#5307: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5214:
+#define	MC_CMD_FLUSH_RX_QUEUES_IN_LEN(num) (0+4*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#5307: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5214:
+#define	MC_CMD_FLUSH_RX_QUEUES_IN_LEN(num) (0+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#5684: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5591:
+#define	MC_CMD_PHY_STATS_OUT_NO_DMA_LEN (((MC_CMD_PHY_NSTATS*32))>>3)
        	                                                    ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#5684: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5591:
+#define	MC_CMD_PHY_STATS_OUT_NO_DMA_LEN (((MC_CMD_PHY_NSTATS*32))>>3)
        	                                                         ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#5784: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5691:
+#define	MC_CMD_MAC_STATS_OUT_NO_DMA_LEN (((MC_CMD_MAC_NSTATS*64))>>3)
        	                                                    ^

CHECK:SPACING: spaces preferred around that '>>' (ctx:VxV)
#5784: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5691:
+#define	MC_CMD_MAC_STATS_OUT_NO_DMA_LEN (((MC_CMD_MAC_NSTATS*64))>>3)
        	                                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#5999: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5906:
+#define	MC_CMD_MEMCPY_IN_LEN(num) (0+32*(num))
        	                            ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#5999: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:5906:
+#define	MC_CMD_MEMCPY_IN_LEN(num) (0+32*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#6372: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6279:
+#define	MC_CMD_NVRAM_READ_OUT_LEN(num) (0+1*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#6372: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6279:
+#define	MC_CMD_NVRAM_READ_OUT_LEN(num) (0+1*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#6393: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6300:
+#define	MC_CMD_NVRAM_WRITE_IN_LEN(num) (12+1*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#6393: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6300:
+#define	MC_CMD_NVRAM_WRITE_IN_LEN(num) (12+1*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#6573: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6480:
+#define	MC_CMD_SCHEDINFO_OUT_LEN(num) (0+4*(num))
        	                                ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#6573: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6480:
+#define	MC_CMD_SCHEDINFO_OUT_LEN(num) (0+4*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#6661: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6568:
+#define	MC_CMD_SENSOR_INFO_OUT_LEN(num) (4+8*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#6661: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6568:
+#define	MC_CMD_SENSOR_INFO_OUT_LEN(num) (4+8*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#6836: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6743:
+#define	MC_CMD_SENSOR_INFO_EXT_OUT_LEN(num) (4+8*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#6836: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6743:
+#define	MC_CMD_SENSOR_INFO_EXT_OUT_LEN(num) (4+8*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7015: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6922:
+#define	MC_CMD_ADD_LIGHTSOUT_OFFLOAD_IN_LEN(num) (4+4*(num))
        	                                           ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7015: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:6922:
+#define	MC_CMD_ADD_LIGHTSOUT_OFFLOAD_IN_LEN(num) (4+4*(num))
        	                                             ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7197: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7104:
+#define	MC_CMD_GET_PHY_MEDIA_INFO_OUT_LEN(num) (4+1*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7197: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7104:
+#define	MC_CMD_GET_PHY_MEDIA_INFO_OUT_LEN(num) (4+1*(num))
        	                                           ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7330: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7237:
+#define	MC_CMD_NVRAM_PARTITIONS_OUT_LEN(num) (4+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7330: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7237:
+#define	MC_CMD_NVRAM_PARTITIONS_OUT_LEN(num) (4+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7358: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7265:
+#define	MC_CMD_NVRAM_METADATA_OUT_LEN(num) (20+1*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7358: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7265:
+#define	MC_CMD_NVRAM_METADATA_OUT_LEN(num) (20+1*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7574: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7481:
+#define	MC_CMD_MUM_IN_WRITE_LEN(num) (12+4*(num))
        	                                ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7574: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7481:
+#define	MC_CMD_MUM_IN_WRITE_LEN(num) (12+4*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7592: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7499:
+#define	MC_CMD_MUM_IN_RAW_CMD_LEN(num) (16+1*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7592: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7499:
+#define	MC_CMD_MUM_IN_RAW_CMD_LEN(num) (16+1*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7825: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7732:
+#define	MC_CMD_MUM_OUT_RAW_CMD_LEN(num) (0+1*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7825: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7732:
+#define	MC_CMD_MUM_OUT_RAW_CMD_LEN(num) (0+1*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7835: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7742:
+#define	MC_CMD_MUM_OUT_READ_LEN(num) (0+4*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7835: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7742:
+#define	MC_CMD_MUM_OUT_READ_LEN(num) (0+4*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7891: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7798:
+#define	MC_CMD_MUM_OUT_READ_SENSORS_LEN(num) (0+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7891: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7798:
+#define	MC_CMD_MUM_OUT_READ_SENSORS_LEN(num) (0+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7933: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7840:
+#define	MC_CMD_MUM_OUT_QSFP_GET_MEDIA_INFO_LEN(num) (4+1*(num))
        	                                              ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7933: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7840:
+#define	MC_CMD_MUM_OUT_QSFP_GET_MEDIA_INFO_LEN(num) (4+1*(num))
        	                                                ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#7953: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7860:
+#define	MC_CMD_MUM_OUT_READ_DDR_INFO_LEN(num) (8+8*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#7953: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:7860:
+#define	MC_CMD_MUM_OUT_READ_DDR_INFO_LEN(num) (8+8*(num))
        	                                          ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#8386: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8293:
+#define	MC_CMD_INIT_EVQ_IN_LEN(num) (36+8*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#8386: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8293:
+#define	MC_CMD_INIT_EVQ_IN_LEN(num) (36+8*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#8458: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8365:
+#define	MC_CMD_INIT_EVQ_V2_IN_LEN(num) (36+8*(num))
        	                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#8458: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8365:
+#define	MC_CMD_INIT_EVQ_V2_IN_LEN(num) (36+8*(num))
        	                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#8594: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8501:
+#define	MC_CMD_INIT_RXQ_IN_LEN(num) (28+8*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#8594: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8501:
+#define	MC_CMD_INIT_RXQ_IN_LEN(num) (28+8*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#8719: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8626:
+#define	MC_CMD_INIT_TXQ_IN_LEN(num) (28+8*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#8719: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:8626:
+#define	MC_CMD_INIT_TXQ_IN_LEN(num) (28+8*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#9142: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:9049:
+#define	MC_CMD_PROGRAM_BUFTBL_ENTRIES_IN_LEN(num) (12+8*(num))
        	                                             ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#9142: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:9049:
+#define	MC_CMD_PROGRAM_BUFTBL_ENTRIES_IN_LEN(num) (12+8*(num))
        	                                               ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#9657: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:9564:
+#define	MC_CMD_GET_PARSER_DISP_INFO_OUT_LEN(num) (8+4*(num))
        	                                           ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#9657: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:9564:
+#define	MC_CMD_GET_PARSER_DISP_INFO_OUT_LEN(num) (8+4*(num))
        	                                             ^

WARNING:LONG_LINE: line over 90 characters
#9704: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:9611:
+#define	MC_CMD_GET_PARSER_DISP_SECURITY_RULE_INFO_OUT_SUBNET_MAP_NUM_ENTRIES_PER_NODE_OFST 12

WARNING:LONG_LINE_COMMENT: line over 90 characters
#10301: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10208:
+/*               MC_CMD_GET_TLP_PROCESSING_GLOBALS/MC_CMD_GET_TLP_PROCESSING_GLOBALS_IN/TLP_GLOBAL_CATEGORY */

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#10366: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10273:
+#define	MC_CMD_SATELLITE_DOWNLOAD_IN_LEN(num) (16+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#10366: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10273:
+#define	MC_CMD_SATELLITE_DOWNLOAD_IN_LEN(num) (16+4*(num))
        	                                           ^

WARNING:LONG_LINE: line over 90 characters
#10486: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10393:
+#define	MC_CMD_GET_CAPABILITIES_OUT_UNKNOWN_UCAST_DST_FILTER_ALWAYS_MULTI_RECIPIENT_WIDTH 1

WARNING:LONG_LINE: line over 90 characters
#10678: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10585:
+#define	MC_CMD_GET_CAPABILITIES_V2_OUT_UNKNOWN_UCAST_DST_FILTER_ALWAYS_MULTI_RECIPIENT_LBN 10

WARNING:LONG_LINE: line over 90 characters
#10679: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10586:
+#define	MC_CMD_GET_CAPABILITIES_V2_OUT_UNKNOWN_UCAST_DST_FILTER_ALWAYS_MULTI_RECIPIENT_WIDTH 1

WARNING:LONG_LINE: line over 90 characters
#10680: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10587:
+#define	MC_CMD_GET_CAPABILITIES_V2_OUT_VADAPTOR_PERMIT_SET_MAC_WHEN_FILTERS_INSTALLED_LBN 11

WARNING:LONG_LINE: line over 90 characters
#10681: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10588:
+#define	MC_CMD_GET_CAPABILITIES_V2_OUT_VADAPTOR_PERMIT_SET_MAC_WHEN_FILTERS_INSTALLED_WIDTH 1

WARNING:LONG_LINE: line over 90 characters
#10955: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10862:
+#define	MC_CMD_GET_CAPABILITIES_V3_OUT_UNKNOWN_UCAST_DST_FILTER_ALWAYS_MULTI_RECIPIENT_LBN 10

WARNING:LONG_LINE: line over 90 characters
#10956: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10863:
+#define	MC_CMD_GET_CAPABILITIES_V3_OUT_UNKNOWN_UCAST_DST_FILTER_ALWAYS_MULTI_RECIPIENT_WIDTH 1

WARNING:LONG_LINE: line over 90 characters
#10957: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10864:
+#define	MC_CMD_GET_CAPABILITIES_V3_OUT_VADAPTOR_PERMIT_SET_MAC_WHEN_FILTERS_INSTALLED_LBN 11

WARNING:LONG_LINE: line over 90 characters
#10958: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:10865:
+#define	MC_CMD_GET_CAPABILITIES_V3_OUT_VADAPTOR_PERMIT_SET_MAC_WHEN_FILTERS_INSTALLED_WIDTH 1

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12253: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12160:
+#define	MC_CMD_VPORT_GET_MAC_ADDRESSES_OUT_LEN(num) (4+6*(num))
        	                                              ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12253: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12160:
+#define	MC_CMD_VPORT_GET_MAC_ADDRESSES_OUT_LEN(num) (4+6*(num))
        	                                                ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12355: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12262:
+#define	MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_LEN(num) (0+12*(num))
        	                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12355: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12262:
+#define	MC_CMD_DUMP_BUFTBL_ENTRIES_OUT_LEN(num) (0+12*(num))
        	                                             ^

WARNING:TYPO_SPELLING: 'layed' may be misspelled - perhaps 'laid'?
#12356: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12263:
+/* Raw buffer table entries, layed out as BUFTBL_ENTRY. */

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12658: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12565:
+#define	MC_CMD_CAP_BLK_READ_OUT_LEN(num) (0+8*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12658: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12565:
+#define	MC_CMD_CAP_BLK_READ_OUT_LEN(num) (0+8*(num))
        	                                     ^

WARNING:LONG_LINE: line over 90 characters
#12741: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12648:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPSPEC_SRC_CUSTOM_NVRAM_PARTITION_TYPE_ID_OFST 12

WARNING:LONG_LINE: line over 90 characters
#12743: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12650:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPSPEC_SRC_CUSTOM_HOST_MEMORY_ADDR_LO_OFST 12

WARNING:LONG_LINE: line over 90 characters
#12744: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12651:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPSPEC_SRC_CUSTOM_HOST_MEMORY_ADDR_HI_OFST 16

WARNING:LONG_LINE: line over 90 characters
#12745: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12652:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPSPEC_SRC_CUSTOM_HOST_MEMORY_MLI_ROOT_ADDR_LO_OFST 12

WARNING:LONG_LINE: line over 90 characters
#12746: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12653:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPSPEC_SRC_CUSTOM_HOST_MEMORY_MLI_ROOT_ADDR_HI_OFST 16

WARNING:LONG_LINE: line over 90 characters
#12747: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12654:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPSPEC_SRC_CUSTOM_HOST_MEMORY_MLI_DEPTH_OFST 20

WARNING:LONG_LINE: line over 90 characters
#12756: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12663:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPFILE_DST_CUSTOM_NVRAM_PARTITION_TYPE_ID_OFST 36

WARNING:LONG_LINE: line over 90 characters
#12758: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12665:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPFILE_DST_CUSTOM_HOST_MEMORY_ADDR_LO_OFST 36

WARNING:LONG_LINE: line over 90 characters
#12759: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12666:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPFILE_DST_CUSTOM_HOST_MEMORY_ADDR_HI_OFST 40

WARNING:LONG_LINE: line over 90 characters
#12760: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12667:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPFILE_DST_CUSTOM_HOST_MEMORY_MLI_ROOT_ADDR_LO_OFST 36

WARNING:LONG_LINE: line over 90 characters
#12761: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12668:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPFILE_DST_CUSTOM_HOST_MEMORY_MLI_ROOT_ADDR_HI_OFST 40

WARNING:LONG_LINE: line over 90 characters
#12762: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12669:
+#define	MC_CMD_DUMP_CONFIGURE_UNSOLICITED_IN_DUMPFILE_DST_CUSTOM_HOST_MEMORY_MLI_DEPTH_OFST 44

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12842: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12749:
+#define	MC_CMD_UART_SEND_DATA_OUT_LEN(num) (16+1*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12842: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12749:
+#define	MC_CMD_UART_SEND_DATA_OUT_LEN(num) (16+1*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12884: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12791:
+#define	MC_CMD_UART_RECV_DATA_IN_LEN(num) (16+1*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12884: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12791:
+#define	MC_CMD_UART_RECV_DATA_IN_LEN(num) (16+1*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12825:
+#define	MC_CMD_READ_FUSES_OUT_LEN(num) (4+1*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12918: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12825:
+#define	MC_CMD_READ_FUSES_OUT_LEN(num) (4+1*(num))
        	                                   ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12940: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12847:
+#define	MC_CMD_KR_TUNE_IN_LEN(num) (4+4*(num))
        	                             ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12940: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12847:
+#define	MC_CMD_KR_TUNE_IN_LEN(num) (4+4*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12989: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12896:
+#define	MC_CMD_KR_TUNE_RXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#12989: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12896:
+#define	MC_CMD_KR_TUNE_RXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13048: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12955:
+#define	MC_CMD_KR_TUNE_RXEQ_SET_IN_LEN(num) (4+4*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13048: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12955:
+#define	MC_CMD_KR_TUNE_RXEQ_SET_IN_LEN(num) (4+4*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13092: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12999:
+#define	MC_CMD_KR_TUNE_TXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13092: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:12999:
+#define	MC_CMD_KR_TUNE_TXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13143: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13050:
+#define	MC_CMD_KR_TUNE_TXEQ_SET_IN_LEN(num) (4+4*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13143: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13050:
+#define	MC_CMD_KR_TUNE_TXEQ_SET_IN_LEN(num) (4+4*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13210: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13117:
+#define	MC_CMD_KR_TUNE_POLL_EYE_PLOT_OUT_LEN(num) (0+2*(num))
        	                                            ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13210: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13117:
+#define	MC_CMD_KR_TUNE_POLL_EYE_PLOT_OUT_LEN(num) (0+2*(num))
        	                                              ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13243: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13150:
+#define	MC_CMD_PCIE_TUNE_IN_LEN(num) (4+4*(num))
        	                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13243: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13150:
+#define	MC_CMD_PCIE_TUNE_IN_LEN(num) (4+4*(num))
        	                                 ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13288: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13195:
+#define	MC_CMD_PCIE_TUNE_RXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13288: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13195:
+#define	MC_CMD_PCIE_TUNE_RXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                           ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13347: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13254:
+#define	MC_CMD_PCIE_TUNE_RXEQ_SET_IN_LEN(num) (4+4*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13347: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13254:
+#define	MC_CMD_PCIE_TUNE_RXEQ_SET_IN_LEN(num) (4+4*(num))
        	                                          ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13391: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13298:
+#define	MC_CMD_PCIE_TUNE_TXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13391: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13298:
+#define	MC_CMD_PCIE_TUNE_TXEQ_GET_OUT_LEN(num) (0+4*(num))
        	                                           ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13443: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13350:
+#define	MC_CMD_PCIE_TUNE_POLL_EYE_PLOT_OUT_LEN(num) (0+2*(num))
        	                                              ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13443: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13350:
+#define	MC_CMD_PCIE_TUNE_POLL_EYE_PLOT_OUT_LEN(num) (0+2*(num))
        	                                                ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13583: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13490:
+#define	MC_CMD_LICENSING_GET_ID_V3_OUT_LEN(num) (8+1*(num))
        	                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13583: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13490:
+#define	MC_CMD_LICENSING_GET_ID_V3_OUT_LEN(num) (8+1*(num))
        	                                            ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13712: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13619:
+#define	MC_CMD_LICENSED_APP_OP_IN_LEN(num) (8+4*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13712: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13619:
+#define	MC_CMD_LICENSED_APP_OP_IN_LEN(num) (8+4*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13730: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13637:
+#define	MC_CMD_LICENSED_APP_OP_OUT_LEN(num) (0+4*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13730: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13637:
+#define	MC_CMD_LICENSED_APP_OP_OUT_LEN(num) (0+4*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#13997: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13904:
+#define	MC_CMD_SET_PARSER_DISP_CONFIG_IN_LEN(num) (8+4*(num))
        	                                            ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#13997: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13904:
+#define	MC_CMD_SET_PARSER_DISP_CONFIG_IN_LEN(num) (8+4*(num))
        	                                              ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14048: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13955:
+#define	MC_CMD_GET_PARSER_DISP_CONFIG_OUT_LEN(num) (0+4*(num))
        	                                             ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14048: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:13955:
+#define	MC_CMD_GET_PARSER_DISP_CONFIG_OUT_LEN(num) (0+4*(num))
        	                                               ^

WARNING:TYPO_SPELLING: 'adress' may be misspelled - perhaps 'address'?
#14302: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14209:
+ * adress.

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14479: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14386:
+#define	MC_CMD_XPM_READ_BYTES_OUT_LEN(num) (0+1*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14479: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14386:
+#define	MC_CMD_XPM_READ_BYTES_OUT_LEN(num) (0+1*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14499: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14406:
+#define	MC_CMD_XPM_WRITE_BYTES_IN_LEN(num) (8+1*(num))
        	                                     ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14499: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14406:
+#define	MC_CMD_XPM_WRITE_BYTES_IN_LEN(num) (8+1*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14533: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14440:
+#define	MC_CMD_XPM_READ_SECTOR_OUT_LEN(num) (4+1*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14533: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14440:
+#define	MC_CMD_XPM_READ_SECTOR_OUT_LEN(num) (4+1*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14559: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14466:
+#define	MC_CMD_XPM_WRITE_SECTOR_IN_LEN(num) (12+1*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14559: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14466:
+#define	MC_CMD_XPM_WRITE_SECTOR_IN_LEN(num) (12+1*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14624: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14531:
+#define	MC_CMD_XPM_BLANK_CHECK_OUT_LEN(num) (4+2*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14624: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14531:
+#define	MC_CMD_XPM_BLANK_CHECK_OUT_LEN(num) (4+2*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14932: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14839:
+#define	MC_CMD_GET_SECURITY_RULESET_VERSION_OUT_LEN(num) (0+1*(num))
        	                                                   ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14932: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14839:
+#define	MC_CMD_GET_SECURITY_RULESET_VERSION_OUT_LEN(num) (0+1*(num))
        	                                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14961: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14868:
+#define	MC_CMD_SECURITY_RULE_COUNTER_ALLOC_OUT_LEN(num) (4+4*(num))
        	                                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14961: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14868:
+#define	MC_CMD_SECURITY_RULE_COUNTER_ALLOC_OUT_LEN(num) (4+4*(num))
        	                                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14989: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14896:
+#define	MC_CMD_SECURITY_RULE_COUNTER_FREE_IN_LEN(num) (4+4*(num))
        	                                                ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#14989: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14896:
+#define	MC_CMD_SECURITY_RULE_COUNTER_FREE_IN_LEN(num) (4+4*(num))
        	                                                  ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15020: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14927:
+#define	MC_CMD_SUBNET_MAP_SET_NODE_IN_LEN(num) (4+2*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15020: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14927:
+#define	MC_CMD_SUBNET_MAP_SET_NODE_IN_LEN(num) (4+2*(num))
        	                                           ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15071: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14978:
+#define	MC_CMD_REMOTE_PORTRANGE_MAP_SET_TREE_IN_LEN(num) (0+4*(num))
        	                                                   ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15071: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:14978:
+#define	MC_CMD_REMOTE_PORTRANGE_MAP_SET_TREE_IN_LEN(num) (0+4*(num))
        	                                                     ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15102: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15009:
+#define	MC_CMD_LOCAL_PORTRANGE_MAP_SET_TREE_IN_LEN(num) (0+4*(num))
        	                                                  ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15102: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15009:
+#define	MC_CMD_LOCAL_PORTRANGE_MAP_SET_TREE_IN_LEN(num) (0+4*(num))
        	                                                    ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15152: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15059:
+#define	MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTS_IN_LEN(num) (4+4*(num))
        	                                                ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15152: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15059:
+#define	MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTS_IN_LEN(num) (4+4*(num))
        	                                                  ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15267: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15174:
+#define	MC_CMD_TSA_BIND_IN_SET_KEY_LEN(num) (4+1*(num))
        	                                      ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15267: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15174:
+#define	MC_CMD_TSA_BIND_IN_SET_KEY_LEN(num) (4+1*(num))
        	                                        ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15292: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15199:
+#define	MC_CMD_TSA_BIND_OUT_GET_ID_LEN(num) (14+1*(num))
        	                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15292: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15199:
+#define	MC_CMD_TSA_BIND_OUT_GET_ID_LEN(num) (14+1*(num))
        	                                         ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15323: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15230:
+#define	MC_CMD_TSA_BIND_OUT_GET_TICKET_LEN(num) (4+1*(num))
        	                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15323: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15230:
+#define	MC_CMD_TSA_BIND_OUT_GET_TICKET_LEN(num) (4+1*(num))
        	                                            ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15395: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15302:
+#define	MC_CMD_MANAGE_SECURITY_RULESET_CACHE_OUT_LEN(num) (4+1*(num))
        	                                                    ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15395: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15302:
+#define	MC_CMD_MANAGE_SECURITY_RULESET_CACHE_OUT_LEN(num) (4+1*(num))
        	                                                      ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15429: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15336:
+#define	MC_CMD_NVRAM_PRIVATE_APPEND_IN_LEN(num) (8+1*(num))
        	                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15429: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15336:
+#define	MC_CMD_NVRAM_PRIVATE_APPEND_IN_LEN(num) (8+1*(num))
        	                                            ^

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#15463: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15370:
+#define	MC_CMD_XPM_VERIFY_CONTENTS_OUT_LEN(num) (12+1*(num))
        	                                           ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#15463: FILE: drivers/net/sfc/base/efx_regs_mcdi.h:15370:
+#define	MC_CMD_XPM_VERIFY_CONTENTS_OUT_LEN(num) (12+1*(num))
        	                                             ^

total: 0 errors, 47 warnings, 219 checks, 15690 lines checked


More information about the test-report mailing list