diff options
author | Yang Li <[email protected]> | 2023-02-08 09:32:27 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-02-08 20:49:38 -0800 |
commit | f978fa41f66dadae8a4563aadcfdc6ca25691f54 (patch) | |
tree | 0bf663e03aa985ae8cdc6f3bb883efcd9376fcae | |
parent | 7eadc0a01345514b89c46a916f43de62c4ccfe49 (diff) |
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 <[email protected]>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3981
Signed-off-by: Yang Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | drivers/net/ethernet/wangxun/libwx/wx_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/wangxun/libwx/wx_lib.c b/drivers/net/ethernet/wangxun/libwx/wx_lib.c index 57e1871ea0c6..88dceece3e8a 100644 --- a/drivers/net/ethernet/wangxun/libwx/wx_lib.c +++ b/drivers/net/ethernet/wangxun/libwx/wx_lib.c @@ -1832,7 +1832,7 @@ static int wx_setup_all_rx_resources(struct wx *wx) goto err_setup_rx; } - return 0; + return 0; err_setup_rx: /* rewind the index freeing the rings as we go */ while (i--) |