Re: [PATCH] usb: host: xhci: remove braces for single statement

2016-12-01 Thread Greg KH
On Thu, Dec 01, 2016 at 10:42:59PM +0530, Amit Kushwaha wrote: > This patch fixes checkpatch.pl warning: > braces {} are not necessary for single statement blocks > > Signed-off-by: Amit Kushwaha {sigh} Why are you now not using your samsung email address? Please don't do cleanup patches for a

[PATCH] usb: host: xhci: remove braces for single statement

2016-12-01 Thread Amit Kushwaha
This patch fixes checkpatch.pl warning: braces {} are not necessary for single statement blocks Signed-off-by: Amit Kushwaha --- drivers/usb/host/xhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 1a4ca02..168f5a