Commit fcda2f5b authored by Tobias Klauser's avatar Tobias Klauser Committed by Greg Kroah-Hartman

staging: lustre: storage class should be before const qualifier

The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d46a20d2
...@@ -512,7 +512,7 @@ static int lov_attr_get_raid0(const struct lu_env *env, struct cl_object *obj, ...@@ -512,7 +512,7 @@ static int lov_attr_get_raid0(const struct lu_env *env, struct cl_object *obj,
return result; return result;
} }
const static struct lov_layout_operations lov_dispatch[] = { static const struct lov_layout_operations lov_dispatch[] = {
[LLT_EMPTY] = { [LLT_EMPTY] = {
.llo_init = lov_init_empty, .llo_init = lov_init_empty,
.llo_delete = lov_delete_empty, .llo_delete = lov_delete_empty,
......
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