diff options
| author | Leo Stone <[email protected]> | 2024-09-22 19:25:18 -0700 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-11-05 16:56:21 -0800 |
| commit | ba7196e566516f798635e26e976ae44f708d9d54 (patch) | |
| tree | f85508226dd4606aa197ab73acc4bb21e4f61404 /tools/perf/scripts/python | |
| parent | d2d243df445a88c26e91eac02b041213c7a32e9e (diff) | |
mm/damon: fix sparse warning for zero initializer
sparse warns about zero initializing an array with {0,}, change it to
the equivalent {0}.
Fixes the sparse warning:
mm/damon/tests/vaddr-kunit.h:69:47: warning: missing braces around initializer
Link: https://lkml.kernel.org/r/xriwklcwjpwcz7eiavo6f7envdar4jychhsk6sfkj5klaznb6b@j6vrvr2sxjht
Fixes: 17ccae8bb5c9 ("mm/damon: add kunit tests")
Signed-off-by: Leo Stone <[email protected]>
Reviewed-by: SeongJae Park <[email protected]>
Cc: Jinjie Ruan <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions