]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: vme_user: Add blank line after struct decl
authorAshok Kumar <ashokemailat@yahoo.com>
Thu, 9 May 2024 17:19:23 +0000 (10:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 11:33:48 +0000 (13:33 +0200)
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>
drivers/staging/vme_user/vme_user.c

index 36183f9237685cd7024651e1f9e053fd93ab13ab..5829a4141561e048de01794485bce31699575c0d 100644 (file)
@@ -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,