Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6606a77f authored by Darshana Padmadas's avatar Darshana Padmadas Committed by Greg Kroah-Hartman
Browse files

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: default avatarDarshana Padmadas <darshanapadmadas@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4467a945
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;