Message ID | 20200511192118.71427-1-ebiggers@kernel.org |
---|---|
Headers | show |
Series | fs-verity: misc cleanups | expand |
On Mon, May 11, 2020 at 12:21:16PM -0700, Eric Biggers wrote: > In fs/verity/ and fsverity.h, fix all kerneldoc warnings, and fix some > coding style inconsistencies in function declarations. > > Eric Biggers (2): > fs-verity: fix all kerneldoc warnings > fs-verity: remove unnecessary extern keywords > > fs/verity/enable.c | 2 ++ > fs/verity/fsverity_private.h | 4 ++-- > fs/verity/measure.c | 2 ++ > fs/verity/open.c | 1 + > fs/verity/signature.c | 3 +++ > fs/verity/verify.c | 3 +++ > include/linux/fsverity.h | 19 +++++++++++-------- > 7 files changed, 24 insertions(+), 10 deletions(-) > All applied to fscrypt.git#fsverity for 5.8. - Eric