Browse Source

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>
Darshana Padmadas 11 years ago
parent
commit
6606a77f92
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h

+ 1 - 2
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;