diff options
author | Rajat Asthana <thisisrast7@gmail.com> | 2021-07-01 03:56:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-07-01 20:06:05 +0200 |
commit | 7fde9d6e839db604569ad5de5fbe7dd3cd8e2136 (patch) | |
tree | 62509a968647a826183d43313c20480091c11b19 /lib/decompress_unlz4.c | |
parent | kernel.h: split out kstrtox() and simple_strtox() to a separate header (diff) | |
download | linux-7fde9d6e839db604569ad5de5fbe7dd3cd8e2136.tar.xz linux-7fde9d6e839db604569ad5de5fbe7dd3cd8e2136.zip |
lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static
Declare LZ4_decompress_safe_withPrefix64k as static to fix sparse
warning:
> warning: symbol 'LZ4_decompress_safe_withPrefix64k' was not declared.
> Should it be static?
Link: https://lkml.kernel.org/r/20210511154345.610569-1-thisisrast7@gmail.com
Signed-off-by: Rajat Asthana <thisisrast7@gmail.com>
Reviewed-by: Nick Terrell <terrelln@fb.com>
Cc: Gao Xiang <hsiangkao@redhat.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/decompress_unlz4.c')
0 files changed, 0 insertions, 0 deletions