mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
dm: fix undue/missing spaces
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
committed by
Mike Snitzer
parent
a4a82ce3d2
commit
43be9c743c
@@ -85,12 +85,12 @@ struct wc_entry {
|
||||
unsigned short wc_list_contiguous;
|
||||
bool write_in_progress
|
||||
#if BITS_PER_LONG == 64
|
||||
:1
|
||||
: 1
|
||||
#endif
|
||||
;
|
||||
unsigned long index
|
||||
#if BITS_PER_LONG == 64
|
||||
:47
|
||||
: 47
|
||||
#endif
|
||||
;
|
||||
unsigned long age;
|
||||
|
||||
Reference in New Issue
Block a user