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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 21 17:45:47 CET 2016


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#121: FILE: drivers/net/sfc/efx/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
#130: FILE: drivers/net/sfc/efx/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
#134: FILE: drivers/net/sfc/efx/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
#152: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:67:
+ * memory on reboot and assert */

WARNING:TYPO_SPELLING: 'writting' may be misspelled - perhaps 'writing'?
#185: FILE: drivers/net/sfc/efx/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'?
#186: FILE: drivers/net/sfc/efx/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
#355: FILE: drivers/net/sfc/efx/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
#357: FILE: drivers/net/sfc/efx/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
#367: FILE: drivers/net/sfc/efx/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
#372: FILE: drivers/net/sfc/efx/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
#376: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:291:
+ * doesn't await an authorization. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#383: FILE: drivers/net/sfc/efx/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
#387: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:302:
+ * MC_CMD_WORKAROUND_BUG26807. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#390: FILE: drivers/net/sfc/efx/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
#393: FILE: drivers/net/sfc/efx/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
#396: FILE: drivers/net/sfc/efx/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
#402: FILE: drivers/net/sfc/efx/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
#402: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:317:
+   for command number space extension */

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

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

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

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

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

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

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#1521: FILE: drivers/net/sfc/efx/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)
#1521: FILE: drivers/net/sfc/efx/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)
#1714: FILE: drivers/net/sfc/efx/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)
#1714: FILE: drivers/net/sfc/efx/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)
#2100: FILE: drivers/net/sfc/efx/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)
#2100: FILE: drivers/net/sfc/efx/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)
#2268: FILE: drivers/net/sfc/efx/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)
#2268: FILE: drivers/net/sfc/efx/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)
#2314: FILE: drivers/net/sfc/efx/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)
#2314: FILE: drivers/net/sfc/efx/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)
#2314: FILE: drivers/net/sfc/efx/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)
#2314: FILE: drivers/net/sfc/efx/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)
#2314: FILE: drivers/net/sfc/efx/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)
#2349: FILE: drivers/net/sfc/efx/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)
#2349: FILE: drivers/net/sfc/efx/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)
#2349: FILE: drivers/net/sfc/efx/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)
#2349: FILE: drivers/net/sfc/efx/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)
#2349: FILE: drivers/net/sfc/efx/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
#2381: FILE: drivers/net/sfc/efx/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)
#2381: FILE: drivers/net/sfc/efx/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)
#2381: FILE: drivers/net/sfc/efx/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)
#2381: FILE: drivers/net/sfc/efx/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)
#2381: FILE: drivers/net/sfc/efx/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)
#2381: FILE: drivers/net/sfc/efx/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)
#2831: FILE: drivers/net/sfc/efx/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)
#2831: FILE: drivers/net/sfc/efx/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
#2910: FILE: drivers/net/sfc/efx/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)
#2910: FILE: drivers/net/sfc/efx/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)
#2910: FILE: drivers/net/sfc/efx/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)
#2910: FILE: drivers/net/sfc/efx/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)
#2910: FILE: drivers/net/sfc/efx/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)
#2910: FILE: drivers/net/sfc/efx/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
#2920: FILE: drivers/net/sfc/efx/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)
#2920: FILE: drivers/net/sfc/efx/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)
#2920: FILE: drivers/net/sfc/efx/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)
#2920: FILE: drivers/net/sfc/efx/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)
#2920: FILE: drivers/net/sfc/efx/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)
#2920: FILE: drivers/net/sfc/efx/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
#2928: FILE: drivers/net/sfc/efx/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)
#2965: FILE: drivers/net/sfc/efx/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)
#2965: FILE: drivers/net/sfc/efx/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)
#3051: FILE: drivers/net/sfc/efx/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)
#3051: FILE: drivers/net/sfc/efx/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)
#3064: FILE: drivers/net/sfc/efx/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)
#3064: FILE: drivers/net/sfc/efx/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)
#3310: FILE: drivers/net/sfc/efx/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)
#3310: FILE: drivers/net/sfc/efx/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)
#3568: FILE: drivers/net/sfc/efx/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)
#3568: FILE: drivers/net/sfc/efx/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)
#3595: FILE: drivers/net/sfc/efx/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)
#3595: FILE: drivers/net/sfc/efx/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)
#3605: FILE: drivers/net/sfc/efx/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)
#3605: FILE: drivers/net/sfc/efx/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)
#3616: FILE: drivers/net/sfc/efx/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)
#3616: FILE: drivers/net/sfc/efx/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)
#3632: FILE: drivers/net/sfc/efx/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)
#3632: FILE: drivers/net/sfc/efx/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)
#3817: FILE: drivers/net/sfc/efx/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)
#3817: FILE: drivers/net/sfc/efx/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)
#3907: FILE: drivers/net/sfc/efx/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)
#3907: FILE: drivers/net/sfc/efx/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)
#4134: FILE: drivers/net/sfc/efx/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)
#4134: FILE: drivers/net/sfc/efx/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)
#4204: FILE: drivers/net/sfc/efx/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)
#4204: FILE: drivers/net/sfc/efx/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)
#4313: FILE: drivers/net/sfc/efx/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)
#4313: FILE: drivers/net/sfc/efx/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)
#4333: FILE: drivers/net/sfc/efx/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)
#4333: FILE: drivers/net/sfc/efx/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)
#4407: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:4322:
+#define	MC_CMD_STACKINFO_OUT_LEN(num) (0+12*(num))
        	                                ^

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

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#4511: FILE: drivers/net/sfc/efx/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)
#4511: FILE: drivers/net/sfc/efx/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)
#4665: FILE: drivers/net/sfc/efx/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)
#4665: FILE: drivers/net/sfc/efx/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)
#4704: FILE: drivers/net/sfc/efx/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)
#4704: FILE: drivers/net/sfc/efx/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)
#4716: FILE: drivers/net/sfc/efx/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)
#4716: FILE: drivers/net/sfc/efx/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)
#4770: FILE: drivers/net/sfc/efx/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)
#4770: FILE: drivers/net/sfc/efx/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)
#4984: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:4899:
+#define	MC_CMD_PUTS_IN_LEN(num) (12+1*(num))
        	                           ^

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

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#5299: FILE: drivers/net/sfc/efx/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)
#5299: FILE: drivers/net/sfc/efx/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)
#5676: FILE: drivers/net/sfc/efx/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)
#5676: FILE: drivers/net/sfc/efx/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)
#5776: FILE: drivers/net/sfc/efx/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)
#5776: FILE: drivers/net/sfc/efx/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)
#5991: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:5906:
+#define	MC_CMD_MEMCPY_IN_LEN(num) (0+32*(num))
        	                            ^

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

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#6364: FILE: drivers/net/sfc/efx/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)
#6364: FILE: drivers/net/sfc/efx/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)
#6385: FILE: drivers/net/sfc/efx/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)
#6385: FILE: drivers/net/sfc/efx/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)
#6565: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:6480:
+#define	MC_CMD_SCHEDINFO_OUT_LEN(num) (0+4*(num))
        	                                ^

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

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#6653: FILE: drivers/net/sfc/efx/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)
#6653: FILE: drivers/net/sfc/efx/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)
#6828: FILE: drivers/net/sfc/efx/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)
#6828: FILE: drivers/net/sfc/efx/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)
#7007: FILE: drivers/net/sfc/efx/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)
#7007: FILE: drivers/net/sfc/efx/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)
#7189: FILE: drivers/net/sfc/efx/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)
#7189: FILE: drivers/net/sfc/efx/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)
#7322: FILE: drivers/net/sfc/efx/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)
#7322: FILE: drivers/net/sfc/efx/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)
#7350: FILE: drivers/net/sfc/efx/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)
#7350: FILE: drivers/net/sfc/efx/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)
#7566: FILE: drivers/net/sfc/efx/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)
#7566: FILE: drivers/net/sfc/efx/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)
#7584: FILE: drivers/net/sfc/efx/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)
#7584: FILE: drivers/net/sfc/efx/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)
#7817: FILE: drivers/net/sfc/efx/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)
#7817: FILE: drivers/net/sfc/efx/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)
#7827: FILE: drivers/net/sfc/efx/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)
#7827: FILE: drivers/net/sfc/efx/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)
#7883: FILE: drivers/net/sfc/efx/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)
#7883: FILE: drivers/net/sfc/efx/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)
#7925: FILE: drivers/net/sfc/efx/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)
#7925: FILE: drivers/net/sfc/efx/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)
#7945: FILE: drivers/net/sfc/efx/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)
#7945: FILE: drivers/net/sfc/efx/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)
#8378: FILE: drivers/net/sfc/efx/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)
#8378: FILE: drivers/net/sfc/efx/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)
#8450: FILE: drivers/net/sfc/efx/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)
#8450: FILE: drivers/net/sfc/efx/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)
#8586: FILE: drivers/net/sfc/efx/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)
#8586: FILE: drivers/net/sfc/efx/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)
#8711: FILE: drivers/net/sfc/efx/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)
#8711: FILE: drivers/net/sfc/efx/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)
#9134: FILE: drivers/net/sfc/efx/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)
#9134: FILE: drivers/net/sfc/efx/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)
#9649: FILE: drivers/net/sfc/efx/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)
#9649: FILE: drivers/net/sfc/efx/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
#9696: FILE: drivers/net/sfc/efx/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
#10293: FILE: drivers/net/sfc/efx/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)
#10358: FILE: drivers/net/sfc/efx/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)
#10358: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:10273:
+#define	MC_CMD_SATELLITE_DOWNLOAD_IN_LEN(num) (16+4*(num))
        	                                           ^

WARNING:LONG_LINE: line over 90 characters
#10478: FILE: drivers/net/sfc/efx/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
#10670: FILE: drivers/net/sfc/efx/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
#10671: FILE: drivers/net/sfc/efx/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
#10672: FILE: drivers/net/sfc/efx/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
#10673: FILE: drivers/net/sfc/efx/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
#10947: FILE: drivers/net/sfc/efx/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
#10948: FILE: drivers/net/sfc/efx/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
#10949: FILE: drivers/net/sfc/efx/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
#10950: FILE: drivers/net/sfc/efx/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)
#12245: FILE: drivers/net/sfc/efx/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)
#12245: FILE: drivers/net/sfc/efx/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)
#12347: FILE: drivers/net/sfc/efx/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)
#12347: FILE: drivers/net/sfc/efx/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'?
#12348: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:12263:
+/* Raw buffer table entries, layed out as BUFTBL_ENTRY. */

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#12650: FILE: drivers/net/sfc/efx/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)
#12650: FILE: drivers/net/sfc/efx/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
#12733: FILE: drivers/net/sfc/efx/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
#12735: FILE: drivers/net/sfc/efx/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
#12736: FILE: drivers/net/sfc/efx/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
#12737: FILE: drivers/net/sfc/efx/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
#12738: FILE: drivers/net/sfc/efx/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
#12739: FILE: drivers/net/sfc/efx/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
#12748: FILE: drivers/net/sfc/efx/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
#12750: FILE: drivers/net/sfc/efx/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
#12751: FILE: drivers/net/sfc/efx/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
#12752: FILE: drivers/net/sfc/efx/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
#12753: FILE: drivers/net/sfc/efx/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
#12754: FILE: drivers/net/sfc/efx/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)
#12834: FILE: drivers/net/sfc/efx/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)
#12834: FILE: drivers/net/sfc/efx/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)
#12876: FILE: drivers/net/sfc/efx/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)
#12876: FILE: drivers/net/sfc/efx/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)
#12910: FILE: drivers/net/sfc/efx/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)
#12910: FILE: drivers/net/sfc/efx/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)
#12932: FILE: drivers/net/sfc/efx/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)
#12932: FILE: drivers/net/sfc/efx/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)
#12981: FILE: drivers/net/sfc/efx/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)
#12981: FILE: drivers/net/sfc/efx/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)
#13040: FILE: drivers/net/sfc/efx/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)
#13040: FILE: drivers/net/sfc/efx/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)
#13084: FILE: drivers/net/sfc/efx/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)
#13084: FILE: drivers/net/sfc/efx/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)
#13135: FILE: drivers/net/sfc/efx/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)
#13135: FILE: drivers/net/sfc/efx/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)
#13202: FILE: drivers/net/sfc/efx/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)
#13202: FILE: drivers/net/sfc/efx/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)
#13235: FILE: drivers/net/sfc/efx/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)
#13235: FILE: drivers/net/sfc/efx/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)
#13280: FILE: drivers/net/sfc/efx/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)
#13280: FILE: drivers/net/sfc/efx/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)
#13339: FILE: drivers/net/sfc/efx/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)
#13339: FILE: drivers/net/sfc/efx/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)
#13383: FILE: drivers/net/sfc/efx/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)
#13383: FILE: drivers/net/sfc/efx/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)
#13435: FILE: drivers/net/sfc/efx/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)
#13435: FILE: drivers/net/sfc/efx/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)
#13575: FILE: drivers/net/sfc/efx/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)
#13575: FILE: drivers/net/sfc/efx/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)
#13704: FILE: drivers/net/sfc/efx/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)
#13704: FILE: drivers/net/sfc/efx/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)
#13722: FILE: drivers/net/sfc/efx/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)
#13722: FILE: drivers/net/sfc/efx/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)
#13989: FILE: drivers/net/sfc/efx/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)
#13989: FILE: drivers/net/sfc/efx/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)
#14040: FILE: drivers/net/sfc/efx/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)
#14040: FILE: drivers/net/sfc/efx/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'?
#14294: FILE: drivers/net/sfc/efx/base/efx_regs_mcdi.h:14209:
+ * adress.

CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#14471: FILE: drivers/net/sfc/efx/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)
#14471: FILE: drivers/net/sfc/efx/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)
#14491: FILE: drivers/net/sfc/efx/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)
#14491: FILE: drivers/net/sfc/efx/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)
#14525: FILE: drivers/net/sfc/efx/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)
#14525: FILE: drivers/net/sfc/efx/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)
#14551: FILE: drivers/net/sfc/efx/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)
#14551: FILE: drivers/net/sfc/efx/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)
#14616: FILE: drivers/net/sfc/efx/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)
#14616: FILE: drivers/net/sfc/efx/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)
#14924: FILE: drivers/net/sfc/efx/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)
#14924: FILE: drivers/net/sfc/efx/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)
#14953: FILE: drivers/net/sfc/efx/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)
#14953: FILE: drivers/net/sfc/efx/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)
#14981: FILE: drivers/net/sfc/efx/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)
#14981: FILE: drivers/net/sfc/efx/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)
#15012: FILE: drivers/net/sfc/efx/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)
#15012: FILE: drivers/net/sfc/efx/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)
#15063: FILE: drivers/net/sfc/efx/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)
#15063: FILE: drivers/net/sfc/efx/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)
#15094: FILE: drivers/net/sfc/efx/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)
#15094: FILE: drivers/net/sfc/efx/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)
#15144: FILE: drivers/net/sfc/efx/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)
#15144: FILE: drivers/net/sfc/efx/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)
#15259: FILE: drivers/net/sfc/efx/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)
#15259: FILE: drivers/net/sfc/efx/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)
#15284: FILE: drivers/net/sfc/efx/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)
#15284: FILE: drivers/net/sfc/efx/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)
#15315: FILE: drivers/net/sfc/efx/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)
#15315: FILE: drivers/net/sfc/efx/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)
#15387: FILE: drivers/net/sfc/efx/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)
#15387: FILE: drivers/net/sfc/efx/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)
#15421: FILE: drivers/net/sfc/efx/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)
#15421: FILE: drivers/net/sfc/efx/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)
#15455: FILE: drivers/net/sfc/efx/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)
#15455: FILE: drivers/net/sfc/efx/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