staging: most: use blank line after declarations
[linux-block.git] / drivers / staging / most / aim-cdev / cdev.c
index be81a6a57ab00b5cc7f3d856012c5a43045bd4a3..7bf4f61435c8c4f2e2dfeb8e3e4acaba3814609c 100644 (file)
@@ -47,6 +47,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;