Staging: lustre: place open brace following struct on same line
authorDarshana Padmadas <darshanapadmadas@gmail.com>
Wed, 17 Sep 2014 14:58:54 +0000 (20:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:34:34 +0000 (17:34 -0700)
This patch fixes checkpatch.pl warning:

WARNING: open brace following struct goes on the same line.

Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h

index 87f2d901c7c1be44a7ad54ae72a72036ce8e0431..3ee38782ad8c608f64975ec554fbcf0789581922 100644 (file)
@@ -75,8 +75,7 @@ struct libcfs_ioctl_hdr {
        __u32 ioc_version;
 };
 
-struct libcfs_debug_ioctl_data
-{
+struct libcfs_debug_ioctl_data {
        struct libcfs_ioctl_hdr hdr;
        unsigned int subs;
        unsigned int debug;