Skip to content

Commit 02abf84

Browse files
Jiapeng Chongkuba-moo
authored andcommitted
qlcnic: Clean up some inconsistent indenting
No functional modification involved. drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c:714 qlcnic_validate_ring_count() warn: inconsistent indenting. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3419 Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent b1746fb commit 02abf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ static int qlcnic_validate_ring_count(struct qlcnic_adapter *adapter,
711711
}
712712
}
713713

714-
if (tx_ring != 0) {
714+
if (tx_ring != 0) {
715715
if (tx_ring > adapter->max_tx_rings) {
716716
netdev_err(adapter->netdev,
717717
"Invalid ring count, Tx ring count %d should not be greater than max %d driver Tx rings.\n",

0 commit comments

Comments
 (0)