Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix a typo in Documentation/keys.txt

Signed-off-by: Satyam Sharma <satyam@infradead.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Satyam Sharma and committed by
Linus Torvalds
7eacbbd3 a12e2c6c

+2 -3
+2 -3
Documentation/keys.txt
··· 859 859 void unregister_key_type(struct key_type *type); 860 860 861 861 862 - Under some circumstances, it may be desirable to desirable to deal with a 863 - bundle of keys. The facility provides access to the keyring type for managing 864 - such a bundle: 862 + Under some circumstances, it may be desirable to deal with a bundle of keys. 863 + The facility provides access to the keyring type for managing such a bundle: 865 864 866 865 struct key_type key_type_keyring; 867 866