aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-07-10 13:17:26 +0200
committerIlya Dryomov <idryomov@gmail.com>2017-07-17 14:54:58 +0200
commite67ae2b7b23b283e657865b498b151e6a17b919d (patch)
tree5a9725473d580b59e7b69d101ce89652ef2fe87c /net/ceph
parentLinux v4.13-rc1 (diff)
downloadlinux-dev-e67ae2b7b23b283e657865b498b151e6a17b919d.tar.xz
linux-dev-e67ae2b7b23b283e657865b498b151e6a17b919d.zip
libceph: fix old style declaration warnings
The new macros don't follow the usual style for declarations, which we get a warning for with 'make W=1': In file included from fs/ceph/mds_client.c:16:0: include/linux/ceph/ceph_features.h:74:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration] This moves the 'static' keyword to the front of the declaration. Fixes: f179d3ba8cb9 ("libceph: new features macros") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph')
0 files changed, 0 insertions, 0 deletions