]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ice: Correct comment block style
authorTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 2 Mar 2021 18:15:43 +0000 (10:15 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 31 Mar 2021 21:21:28 +0000 (14:21 -0700)
The following is reported by checkpatch, correct it.

-----------------------------------------------
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h
-----------------------------------------------
WARNING:NETWORKING_BLOCK_COMMENT_STYLE: networking block comments don't use an empty /* line, use /* Comment...
FILE: drivers/net/ethernet/intel/ice/ice_adminq_cmd.h:1428:
+/*
+ * Send to PF command (indirect 0x0801) ID is only used by PF

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h

index 5108046476f138b73a467db8a01ed1de3552362f..b9491ef5f21c66443daae115649aa2d44b811122 100644 (file)
@@ -1407,8 +1407,7 @@ struct ice_aqc_nvm_comp_tbl {
        u8 cvs[]; /* Component Version String */
 } __packed;
 
-/*
- * Send to PF command (indirect 0x0801) ID is only used by PF
+/* Send to PF command (indirect 0x0801) ID is only used by PF
  *
  * Send to VF command (indirect 0x0802) ID is only used by PF
  *