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

Chaehyun Lim chaehyun.lim at gmail.com
Thu Aug 6 01:20:13 UTC 2015


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 <chaehyun.lim at gmail.com>
---
 drivers/staging/most/aim-cdev/cdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/most/aim-cdev/cdev.c b/drivers/staging/most/aim-cdev/cdev.c
index 453fbc6..00a23db 100644
--- a/drivers/staging/most/aim-cdev/cdev.c
+++ b/drivers/staging/most/aim-cdev/cdev.c
@@ -44,6 +44,7 @@ struct aim_channel {
 	atomic_t access_ref;
 	struct list_head list;
 };
+
 #define to_channel(d) container_of(d, struct aim_channel, cdev)
 static struct list_head channel_list;
 static spinlock_t ch_list_lock;
-- 
1.9.1



More information about the devel mailing list