Re: [PATCH] Staging: vt6655: fix missing blank line after variable declaration

2014-07-16 Thread Dan Carpenter
On Wed, Jul 16, 2014 at 10:45:30AM +0300, Igor Bezukh wrote: > From: Igor bezukh Just leave this line out. The capitalization is wrong anyway. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

[PATCH] Staging: vt6655: fix missing blank line after variable declaration

2014-07-16 Thread Igor Bezukh
From: Igor bezukh Checkpatch fix - Add missing blank line after variable declaration Signed-off-by: Igor Bezukh --- drivers/staging/vt6655/card.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c index e21abd8..0b2ca2f 10064