Skip to content

Commit

Permalink
net: libwx: clean up one inconsistent indenting
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yang Li authored and Jakub Kicinski committed Feb 9, 2023
1 parent 7eadc0a commit f978fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/wangxun/libwx/wx_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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--)
Expand Down

0 comments on commit f978fa4

Please sign in to comment.