Re: [PATCH] memstick: host: Fixed checkpatch warning

2014-12-05 Thread Joe Perches
On Fri, 2014-12-05 at 19:31 +0530, Athira Lekshmi wrote: > Fixed the checkpatch warning: > Missing a blank line after declarations Please do not use checkpatch in the patch subject. Describe what you are doing, not the tool that prompted you to do it. -- To unsubscribe from this list: send the

[PATCH] memstick: host: Fixed checkpatch warning

2014-12-05 Thread Athira Lekshmi
Fixed the checkpatch warning: Missing a blank line after declarations Signed-off-by: Athira Lekshmi --- drivers/memstick/host/rtsx_usb_ms.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/memstick/host/rtsx_usb_ms.c b/drivers/memstick/host/rtsx_usb_ms.c index a7282b7..cefd745 100