commit | fcda2f5bd0e42848d856c87fcad1de7081bc5747 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Mar 05 17:37:05 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Mar 08 19:26:33 2014 -0800 |
tree | a7b5a25442475592c760d9aa1bc349d1ccecb037 | |
parent | d46a20d2a4ad17be82e3e5d3c3405ffdc5ee687d [diff] |
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>