Re: [PATCH 3/7] staging: most: cdev.c: Insert blank line after struct declaration

2015-08-05 Thread Greg KH
On Thu, Aug 06, 2015 at 10:20:13AM +0900, Chaehyun Lim wrote: > Insert blank line after struct declaration found by checkpatch.pl. > CHECK: use a blank line after function/struct/union/enum declarations > > Signed-off-by: Chaehyun Lim > --- > drivers/staging/most/aim-cdev/cdev.c | 1 + > 1 file

[PATCH 3/7] staging: most: cdev.c: Insert blank line after struct declaration

2015-08-05 Thread Chaehyun Lim
Insert blank line after struct declaration found by checkpatch.pl. CHECK: use a blank line after function/struct/union/enum declarations Signed-off-by: Chaehyun Lim --- drivers/staging/most/aim-cdev/cdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/most/aim-cdev/cdev.c