mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
staging: vme_user: Add blank line after struct decl
Added blank line after struct declarions for improving readability indicated by checkpatch.pl Signed-off-by: Ashok Kumar <ashokemailat@yahoo.com> Link: https://lore.kernel.org/r/Zj0Fm+vBdzPHlZKS@c Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c8c96293a5
commit
c0ac430e5d
|
|
@ -106,6 +106,7 @@ static struct vme_dev *vme_user_bridge; /* Pointer to user device */
|
|||
static const struct class vme_user_sysfs_class = {
|
||||
.name = DRIVER_NAME,
|
||||
};
|
||||
|
||||
static const int type[VME_DEVS] = { MASTER_MINOR, MASTER_MINOR,
|
||||
MASTER_MINOR, MASTER_MINOR,
|
||||
SLAVE_MINOR, SLAVE_MINOR,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user