mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00:00
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>
This commit is contained in:
parent
4467a945fc
commit
6606a77f92
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user