Re: [PATCH] usbnet: fix the indentation of one code snippet

2021-02-01 Thread Oliver Neukum
Am Samstag, den 23.01.2021, 13:11 +0800 schrieb Dongliang Mu: > Every line of code should start with tab (8 characters) > > Signed-off-by: Dongliang Mu Acked-by: Oliver Neukum

Re: [PATCH] usbnet: fix the indentation of one code snippet

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 13:11:02 +0800 you wrote: > Every line of code should start with tab (8 characters) > > Signed-off-by: Dongliang Mu > --- > drivers/net/usb/usbnet.c | 12 ++-- > 1 file changed, 6 insertions(+

[PATCH] usbnet: fix the indentation of one code snippet

2021-01-22 Thread Dongliang Mu
Every line of code should start with tab (8 characters) Signed-off-by: Dongliang Mu --- drivers/net/usb/usbnet.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c index 1447da1d5729..305c5f7b9a9b 100644 --- a/driv