]> git.baikalelectronics.ru Git - kernel.git/commit
fscrypt: fix all kerneldoc warnings
authorEric Biggers <ebiggers@google.com>
Mon, 11 May 2020 19:13:56 +0000 (12:13 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 12 May 2020 23:37:17 +0000 (16:37 -0700)
commit4a6be3292c498ba0b18a98fd971a6f6c19ec0b3c
treeea744efb48c6bb59152ab85f4fbd78ee5cfc8bfd
parent8277a1075deebb892db94bab2ce18ec8bfe66b8e
fscrypt: fix all kerneldoc warnings

Fix all kerneldoc warnings in fs/crypto/ and include/linux/fscrypt.h.
Most of these were due to missing documentation for function parameters.

Detected with:

    scripts/kernel-doc -v -none fs/crypto/*.{c,h} include/linux/fscrypt.h

This cleanup makes it possible to check new patches for kerneldoc
warnings without having to filter out all the existing ones.

For consistency, also adjust some function "brief descriptions" to
include the parentheses and to wrap at 80 characters.  (The latter
matches the checkpatch expectation.)

Link: https://lore.kernel.org/r/20200511191358.53096-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/crypto.c
fs/crypto/fname.c
fs/crypto/fscrypt_private.h
fs/crypto/hooks.c
fs/crypto/keysetup.c
fs/crypto/policy.c
include/linux/fscrypt.h