Re: [PATCH] USB: core: buffer: fixed the checkpatch warning

2015-05-05 Thread Greg KH
On Mon, May 04, 2015 at 11:45:23AM +0530, Nizam Haider wrote: > Fixed two warnings sizeof name and Blank line after declaration That's two different things, please send two different patches. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH] USB: core: buffer: fixed the checkpatch warning

2015-05-04 Thread Nizam Haider
Fixed two warnings sizeof name and Blank line after declaration Signed-off-by: Nizam Haider --- drivers/usb/core/buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/core/buffer.c b/drivers/usb/core/buffer.c index 684ef70..04125b6 100644 --- a/drivers/usb/co