From: Eric Biggers <ebiggers@kernel.org>
To: linux-fscrypt@vger.kernel.org
Cc: linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net
Subject: [PATCH 0/2] fs-verity: misc cleanups
Date: Mon, 11 May 2020 12:21:16 -0700 [thread overview]
Message-ID: <20200511192118.71427-1-ebiggers@kernel.org> (raw)
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(-)
--
2.26.2
WARNING: multiple messages have this Message-ID (diff)
From: Eric Biggers <ebiggers@kernel.org>
To: linux-fscrypt@vger.kernel.org
Cc: linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net
Subject: [f2fs-dev] [PATCH 0/2] fs-verity: misc cleanups
Date: Mon, 11 May 2020 12:21:16 -0700 [thread overview]
Message-ID: <20200511192118.71427-1-ebiggers@kernel.org> (raw)
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(-)
--
2.26.2
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
next reply other threads:[~2020-05-11 19:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-11 19:21 Eric Biggers [this message]
2020-05-11 19:21 ` [f2fs-dev] [PATCH 0/2] fs-verity: misc cleanups Eric Biggers
2020-05-11 19:21 ` [PATCH 1/2] fs-verity: fix all kerneldoc warnings Eric Biggers
2020-05-11 19:21 ` [f2fs-dev] " Eric Biggers
2020-05-11 19:21 ` [PATCH 2/2] fs-verity: remove unnecessary extern keywords Eric Biggers
2020-05-11 19:21 ` [f2fs-dev] " Eric Biggers
2020-05-20 22:52 ` [PATCH 0/2] fs-verity: misc cleanups Eric Biggers
2020-05-20 22:52 ` [f2fs-dev] " Eric Biggers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200511192118.71427-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-fscrypt@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.