mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
btrfs: tests: uninline member definitions in free_space_extent
The recommended way is to put all members on separate lines. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
d2d9ac6aae
commit
0e6757859e
@ -24,7 +24,8 @@
|
||||
#include "../transaction.h"
|
||||
|
||||
struct free_space_extent {
|
||||
u64 start, length;
|
||||
u64 start;
|
||||
u64 length;
|
||||
};
|
||||
|
||||
static int __check_free_space_extents(struct btrfs_trans_handle *trans,
|
||||
|
Loading…
Reference in New Issue
Block a user