--- a/drivers/net/usb/usbnet.c
+++ b/drivers/net/usb/usbnet.c
@@ -467,10 +467,12 @@ static enum skb_state defer_bh(struct usbnet
*dev, struct sk_buff *skb, void usbnet_defer_kevent (struct usbnet
*dev, int work)
space prohibited between function name and open parenthesis '('
I am sorry, but this is the context of the diff. You are not suggesting to mix
gratitious format changes into a bug fix, are you?
Checkpatch does a primary check and triggered warning if we use space between fn name and '('. It is advisable to follow the upstreaming process steps(clean checkpatch output) to have uniformity across patches. Also check comments from Gregkh bot regarding this patch.