From: Jarkko Sakkinen <jarkko@kernel.org>
To: Li zeming <zeming@nfschina.com>
Cc: dhowells@redhat.com, jmorris@namei.org, serge@hallyn.com,
keyrings@vger.kernel.org, linux-security-module@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel@nfschina.com
Subject: Re: [PATCH] keys/keyctl: Fix typo in string
Date: Mon, 11 Jul 2022 03:10:04 +0300 [thread overview]
Message-ID: <YstqXEPmPV2YUfWN@kernel.org> (raw)
In-Reply-To: <20220704025248.3695-1-zeming@nfschina.com>
On Mon, Jul 04, 2022 at 10:52:48AM +0800, Li zeming wrote:
> Remove the repeated ',' from string
>
> Signed-off-by: Li zeming <zeming@nfschina.com>
> ---
> security/keys/keyctl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/keys/keyctl.c b/security/keys/keyctl.c
> index 96a92a645216..2be09642dd13 100644
> --- a/security/keys/keyctl.c
> +++ b/security/keys/keyctl.c
> @@ -1175,7 +1175,7 @@ static long keyctl_instantiate_key_common(key_serial_t id,
> void *payload;
> long ret;
>
> - kenter("%d,,%zu,%d", id, plen, ringid);
> + kenter("%d,%zu,%d", id, plen, ringid);
>
> if (!plen)
> from = NULL;
> --
> 2.18.2
>
Please, add
Fixes: d84f4f992cbd ("CRED: Inaugurate COW credentials")
BR, Jarkko
next prev parent reply other threads:[~2022-07-11 0:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-04 2:52 [PATCH] keys/keyctl: Fix typo in string Li zeming
2022-07-11 0:10 ` Jarkko Sakkinen [this message]
2022-07-28 10:13 ` David Howells
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=YstqXEPmPV2YUfWN@kernel.org \
--to=jarkko@kernel.org \
--cc=dhowells@redhat.com \
--cc=jmorris@namei.org \
--cc=kernel@nfschina.com \
--cc=keyrings@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=serge@hallyn.com \
--cc=zeming@nfschina.com \
/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.