Commit 84d7238f authored by Elizabeth Ferdman's avatar Elizabeth Ferdman Committed by Greg Kroah-Hartman

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: default avatarElizabeth Ferdman <gnudevliz@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 832bd710
...@@ -217,7 +217,7 @@ struct lov_object { ...@@ -217,7 +217,7 @@ struct lov_object {
union lov_layout_state { union lov_layout_state {
struct lov_layout_raid0 { struct lov_layout_raid0 {
unsigned lo_nr; unsigned int lo_nr;
/** /**
* When this is true, lov_object::lo_attr contains * When this is true, lov_object::lo_attr contains
* valid up to date attributes for a top-level * valid up to date attributes for a top-level
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment