mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d46a20d2a4
commit
fcda2f5bd0
@ -512,7 +512,7 @@ static int lov_attr_get_raid0(const struct lu_env *env, struct cl_object *obj,
|
||||
return result;
|
||||
}
|
||||
|
||||
const static struct lov_layout_operations lov_dispatch[] = {
|
||||
static const struct lov_layout_operations lov_dispatch[] = {
|
||||
[LLT_EMPTY] = {
|
||||
.llo_init = lov_init_empty,
|
||||
.llo_delete = lov_delete_empty,
|
||||
|
Loading…
x
Reference in New Issue
Block a user