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:
John Johansen 2026-07-29 15:40:57 -07:00
parent 50507d6fc8
commit 9e4c1ef73b

View File

@ -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.