Commit 8b88bcab authored by Fan Yong's avatar Fan Yong Committed by Greg Kroah-Hartman

staging: lustre: enum lu_object_header_flags comma style fix

Cleanup the a style issues for the lu_object_header_flags
enum by adding a comma for the last field. This is
broken out of patch http://review.whamcloud.com/6321.
Signed-off-by: default avatarFan Yong <fan.yong@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2914
Reviewed-on: http://review.whamcloud.com/6321Reviewed-by: default avatarAlex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0d8be841
......@@ -488,7 +488,7 @@ enum lu_object_header_flags {
/**
* Mark this object has already been taken out of cache.
*/
LU_OBJECT_UNHASHED = 1
LU_OBJECT_UNHASHED = 1,
};
enum lu_object_header_attr {
......
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