net: libwx: clean up one inconsistent indenting

drivers/net/ethernet/wangxun/libwx/wx_lib.c:1835 wx_setup_all_rx_resources() warn: inconsistent indenting

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3981
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230208013227.111605-1-yang.lee@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Yang Li 2023-02-08 09:32:27 +08:00 committed by Jakub Kicinski
parent 7eadc0a013
commit f978fa41f6

View file

@ -1832,7 +1832,7 @@ static int wx_setup_all_rx_resources(struct wx *wx)
goto err_setup_rx; goto err_setup_rx;
} }
return 0; return 0;
err_setup_rx: err_setup_rx:
/* rewind the index freeing the rings as we go */ /* rewind the index freeing the rings as we go */
while (i--) while (i--)