All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] docs: fix prototype for `request_key`
@ 2018-09-27 13:14 Ben Boeckel
  2018-09-27 17:03 ` David Howells
  2018-09-27 18:37 ` Ben Boeckel
  0 siblings, 2 replies; 3+ messages in thread
From: Ben Boeckel @ 2018-09-27 13:14 UTC (permalink / raw)
  To: keyrings

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
---
 Documentation/security/keys/core.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst
index 3d36f42283e6..51b2e10abc55 100644
--- a/Documentation/security/keys/core.rst
+++ b/Documentation/security/keys/core.rst
@@ -1059,7 +1059,7 @@ payload contents" for more information.
 
 	struct key *request_key(const struct key_type *type,
 				const char *description,
-				const char *callout_info);
+				const char *callout_string);
 
     This is used to request a key or keyring with a description that matches
     the description specified according to the key type's match_preparse()
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/5] docs: fix prototype for `request_key`
  2018-09-27 13:14 [PATCH 1/5] docs: fix prototype for `request_key` Ben Boeckel
@ 2018-09-27 17:03 ` David Howells
  2018-09-27 18:37 ` Ben Boeckel
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2018-09-27 17:03 UTC (permalink / raw)
  To: keyrings

Ben Boeckel <mathstuf@gmail.com> wrote:

>  	struct key *request_key(const struct key_type *type,
>  				const char *description,
> -				const char *callout_info);
> +				const char *callout_string);

Ummm...  This no longer corresponds with the code:

	struct key *request_key(struct key_type *type,
				const char *description,
				const char *callout_info)

so no.

David

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/5] docs: fix prototype for `request_key`
  2018-09-27 13:14 [PATCH 1/5] docs: fix prototype for `request_key` Ben Boeckel
  2018-09-27 17:03 ` David Howells
@ 2018-09-27 18:37 ` Ben Boeckel
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Boeckel @ 2018-09-27 18:37 UTC (permalink / raw)
  To: keyrings

On Thu, Sep 27, 2018 at 18:03:32 +0100, David Howells wrote:
> Ben Boeckel <mathstuf@gmail.com> wrote:
> 
> >  	struct key *request_key(const struct key_type *type,
> >  				const char *description,
> > -				const char *callout_info);
> > +				const char *callout_string);
> 
> Ummm...  This no longer corresponds with the code:
> 
> 	struct key *request_key(struct key_type *type,
> 				const char *description,
> 				const char *callout_info)
> 
> so no.

OK, I'll update the other sentence which called it `callout_string`
then.

--Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-27 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-27 13:14 [PATCH 1/5] docs: fix prototype for `request_key` Ben Boeckel
2018-09-27 17:03 ` David Howells
2018-09-27 18:37 ` Ben Boeckel

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.