forked from Minki/linux
staging: lustre: use 'unsigned int' not unsigned
Use unsigned int rather than unsigned in header variable declaration for readability. Error found by checkpatch. Signed-off-by: Elizabeth Ferdman <gnudevliz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
832bd71065
commit
84d7238f93
@ -217,7 +217,7 @@ struct lov_object {
|
||||
|
||||
union lov_layout_state {
|
||||
struct lov_layout_raid0 {
|
||||
unsigned lo_nr;
|
||||
unsigned int lo_nr;
|
||||
/**
|
||||
* When this is true, lov_object::lo_attr contains
|
||||
* valid up to date attributes for a top-level
|
||||
|
Loading…
Reference in New Issue
Block a user