diff options
| author | Xuewen Wang <wangxuewen@kylinos.cn> | 2026-05-18 09:21:58 +0300 |
|---|---|---|
| committer | Vlastimil Babka (SUSE) <vbabka@kernel.org> | 2026-05-29 12:49:15 +0300 |
| commit | 76c2db064bc11dd13b0a6c078414b0a62b8128f5 (patch) | |
| tree | f27dd1d1a0cb3ebe57113f77dcdaa4f0abf9dabc /include/linux/memory | |
| parent | 235ab68d67eadbef1fdbfb771f21f5bacc77a2ae (diff) | |
| download | linux-76c2db064bc11dd13b0a6c078414b0a62b8128f5.tar.xz | |
tools/mm/slabinfo: remove dead assignment in get_obj_and_str()
The assignment `x = NULL` sets the local parameter variable instead of
`*x`, which is a no-op since `*x` was already set to NULL on the line
above. Remove the dead assignment.
Signed-off-by: Xuewen Wang <wangxuewen@kylinos.cn>
Reviewed-by: SeongJae Park <sj@kernel.org>
Link: https://patch.msgid.link/20260518062159.80664-3-wangxuewen@kylinos.cn
Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Diffstat (limited to 'include/linux/memory')
0 files changed, 0 insertions, 0 deletions
