mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
apparmor: compressed_data not described in aa_get_data_from_compressed
Warning: security/apparmor/apparmorfs.c:501 function parameter 'compressed_data' not described in 'aa_get_data_from_compressed' Warning: security/apparmor/apparmorfs.c:501 function parameter 'compressed_data' not described in 'aa_get_data_from_compressed' Warning: security/apparmor/apparmorfs.c:501 function parameter 'compressed_data' not described in 'aa_get_data_from_compressed' Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202607240144.4iqulDF1-lkp@intel.com/ Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
50507d6fc8
commit
9e4c1ef73b
|
|
@ -525,7 +525,7 @@ static int decompress_zstd(char *src, size_t slen, char *dst, size_t dlen)
|
|||
* @userbuf: user buffer to copy data from (NOT NULL)
|
||||
* @buffer_size: size of user buffer
|
||||
* @pos: position write is at in the file (NOT NULL)
|
||||
* @compressed_data Ptr on compressed data. *compressed_data is allocated there
|
||||
* @compressed_data: Ptr on compressed data. *compressed_data is allocated there
|
||||
*
|
||||
* Returns: kernel buffer containing copy of user buffer data or an
|
||||
* ERR_PTR on failure.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user