summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshana Padmadas <darshanapadmadas@gmail.com>2014-09-17 16:58:54 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-20 02:34:34 +0200
commit6606a77f92821f8bfd4b1b6ba296da662fecb640 (patch)
treeea407f4973d077d68bf583c2eaf134752d455ce0
parentStaging: lustre: libcfs: fix checkpatch warning else after return statement (diff)
downloadlinux-6606a77f92821f8bfd4b1b6ba296da662fecb640.tar.xz
linux-6606a77f92821f8bfd4b1b6ba296da662fecb640.zip
Staging: lustre: place open brace following struct on same line
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>
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h
index 87f2d901c7c1..3ee38782ad8c 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h
@@ -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;