From: Darshana Padmadas Date: Wed, 17 Sep 2014 14:58:54 +0000 (+0530) Subject: Staging: lustre: place open brace following struct on same line X-Git-Tag: firefly_0821_release~176^2~3121^2~328 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6606a77f92821f8bfd4b1b6ba296da662fecb640;p=firefly-linux-kernel-4.4.55.git 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 Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- 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;