All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lan78xx: Clean up some inconsistent indenting
@ 2021-11-24 10:09 Jiapeng Chong
  2021-11-24 12:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2021-11-24 10:09 UTC (permalink / raw)
  To: woojung.huh
  Cc: UNGLinuxDriver, davem, kuba, netdev, linux-usb, linux-kernel,
	Jiapeng Chong

Eliminate the follow smatch warning:

drivers/net/usb/lan78xx.c:4961 lan78xx_resume() warn: inconsistent
indenting.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/net/usb/lan78xx.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c
index a9e7cbe..2bfb59a 100644
--- a/drivers/net/usb/lan78xx.c
+++ b/drivers/net/usb/lan78xx.c
@@ -4957,8 +4957,7 @@ static int lan78xx_resume(struct usb_interface *intf)
 			if (ret < 0) {
 				if (ret == -ENODEV)
 					netif_device_detach(dev->net);
-
-			netdev_warn(dev->net, "Failed to submit intr URB");
+				netdev_warn(dev->net, "Failed to submit intr URB");
 			}
 		}
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lan78xx: Clean up some inconsistent indenting
  2021-11-24 10:09 [PATCH] lan78xx: Clean up some inconsistent indenting Jiapeng Chong
@ 2021-11-24 12:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-11-24 12:00 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: woojung.huh, UNGLinuxDriver, davem, kuba, netdev, linux-usb,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 24 Nov 2021 18:09:56 +0800 you wrote:
> Eliminate the follow smatch warning:
> 
> drivers/net/usb/lan78xx.c:4961 lan78xx_resume() warn: inconsistent
> indenting.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> 
> [...]

Here is the summary with links:
  - lan78xx: Clean up some inconsistent indenting
    https://git.kernel.org/netdev/net-next/c/45932221bd94

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-24 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24 10:09 [PATCH] lan78xx: Clean up some inconsistent indenting Jiapeng Chong
2021-11-24 12:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.