Skip to content

Commit 02abf84

Browse files
wb-zjp846396kuba-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 <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/20221212055813.91154-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
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)