diff options
author | Ruiqi Gong <gongruiqi1@huawei.com> | 2021-05-14 04:05:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-21 22:04:58 +0200 |
commit | fd03c075e362edc2ad637dfb5b945d304f80efe5 (patch) | |
tree | 17052f2992735f58003a8730d6294d00f8ea97c4 /Documentation/driver-api/auxiliary_bus.rst | |
parent | debugfs: remove return value of debugfs_create_ulong() (diff) | |
download | linux-fd03c075e362edc2ad637dfb5b945d304f80efe5.tar.xz linux-fd03c075e362edc2ad637dfb5b945d304f80efe5.zip |
drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RO
Mark DEVICE_ATTR_RO(name) in CACHE_ATTR(name, fmt)'s definition as static to fix
the following Sparse tool reports:
drivers/base/node.c:239:1: warning:
symbol 'dev_attr_line_size' was not declared. Should it be static?
drivers/base/node.c:240:1: warning:
symbol 'dev_attr_indexing' was not declared. Should it be static?
Where dev_attr_{line_size,indexing} are generated by CACHE_ATTR's expansion.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com>
Link: https://lore.kernel.org/r/20210514020548.32483-1-gongruiqi1@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/auxiliary_bus.rst')
0 files changed, 0 insertions, 0 deletions