diff options
author | 2022-12-21 11:21:20 +0800 | |
---|---|---|
committer | 2023-02-02 22:50:01 -0800 | |
commit | 1b2fde2d2ed0f99ea3c6c021d1ec0db58de9e7fd (patch) | |
tree | 2e3219ccaa350b6f1877897d321405f26a69b656 /kernel/kexec_file.c | |
parent | lib: add Dhrystone benchmark test (diff) | |
download | wireguard-linux-1b2fde2d2ed0f99ea3c6c021d1ec0db58de9e7fd.tar.xz wireguard-linux-1b2fde2d2ed0f99ea3c6c021d1ec0db58de9e7fd.zip |
hfsplus: remove unnecessary variable initialization
Variables are assigned first and then used. Initialization is not
required.
[akpm@linux-foundation.org: give hfsplus_listxattr:key_len narrower scope]
Link: https://lkml.kernel.org/r/20221221032119.10037-1-xupengfei@nfschina.com
Signed-off-by: XU pengfei <xupengfei@nfschina.com>
Reviewed-by: Andrew Morton <akpm@linux-foudation.org>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'kernel/kexec_file.c')
0 files changed, 0 insertions, 0 deletions