Commit f978fa41 authored by Yang Li's avatar Yang Li Committed by Jakub Kicinski

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3981Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230208013227.111605-1-yang.lee@linux.alibaba.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 7eadc0a0
......@@ -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--)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment