Skip to content

Commit 4593222

Browse files
Jiapeng Chongdavem330
authored andcommitted
lan78xx: Clean up some inconsistent indenting
Eliminate the follow smatch warning: drivers/net/usb/lan78xx.c:4961 lan78xx_resume() warn: inconsistent indenting. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 91eddd3 commit 4593222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/net/usb/lan78xx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4957,8 +4957,7 @@ static int lan78xx_resume(struct usb_interface *intf)
49574957
if (ret < 0) {
49584958
if (ret == -ENODEV)
49594959
netif_device_detach(dev->net);
4960-
4961-
netdev_warn(dev->net, "Failed to submit intr URB");
4960+
netdev_warn(dev->net, "Failed to submit intr URB");
49624961
}
49634962
}
49644963

0 commit comments

Comments
 (0)