diff options
| author | Tom Rix <[email protected]> | 2023-04-08 10:16:09 -0400 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-04-18 16:29:56 -0700 |
| commit | f6365881bf797c734bf4cf1353bfa59ffd444f8f (patch) | |
| tree | 6c72f452bd752f1e0cffe6b1f2e54d3ce65a2cb8 /tools/perf/scripts/python | |
| parent | fb20e99a74f8f08c53061e0186d0c26d546dc843 (diff) | |
mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier to static
smatch reports
mm/backing-dev.c:266:1: warning: symbol
'dev_attr_min_bytes' was not declared. Should it be static?
mm/backing-dev.c:294:1: warning: symbol
'dev_attr_max_bytes' was not declared. Should it be static?
These variables are only used in one file so should be static.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Tom Rix <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions