commit | e8ec04938c446e5f4dc53e0147f0f679995012ee | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jun 10 18:41:32 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 10 19:14:17 2020 -0700 |
tree | 2a3c9542688b96f85ed3f6c4935ccf00cb5ff367 | |
parent | 3021e69219e2f3df6d01243000db32d1325cdd0d [diff] |
lib/lz4/lz4_decompress.c: document deliberate use of `&' This operation was intentional, but tools such as smatch will warn that it might not have been. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Yann Collet <cyan@fb.com> Cc: Vasily Averin <vvs@virtuozzo.com> Cc: Gao Xiang <hsiangkao@aol.com> Link: http://lkml.kernel.org/r/3bf931c6ea0cae3e23f3485801986859851b4f04.camel@perches.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>