diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-11-11 20:23:59 +0800 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2019-11-12 11:49:04 +0100 |
commit | 00929447f5758c4f64c74d0a4b40a6eb3d9df0e3 (patch) | |
tree | e66c769b92e9f2f2af822523543168a95a137a9b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c634da718db9b2fac201df2ae1b1b095344ce5eb (diff) |
virtiofs: Fix old-style declaration
There expect the 'static' keyword to come first in a declaration, and we
get warnings like this with "make W=1":
fs/fuse/virtio_fs.c:687:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
fs/fuse/virtio_fs.c:692:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
fs/fuse/virtio_fs.c:1029:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions