OSDN Git Service

ixgbe: Remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 2 Nov 2022 05:31:39 +0000 (13:31 +0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 4 Nov 2022 18:09:57 +0000 (11:09 -0700)
./drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c:1305:2-3: Unneeded semicolon

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2688
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c

index fd3f77a..0310af8 100644 (file)
@@ -1302,7 +1302,7 @@ static void ixgbe_ptp_init_systime(struct ixgbe_adapter *adapter)
        default:
                /* Other devices aren't supported */
                return;
-       };
+       }
 
        IXGBE_WRITE_FLUSH(hw);
 }