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

Configure Feed

Select the types of activity you want to include in your feed.

security: keys: delete repeated words in comments

Drop repeated words in comments.
{to, will, the}

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Ben Boeckel <mathstuf@gmail.com>
Cc: keyrings@vger.kernel.org
Cc: James Morris <jmorris@namei.org>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Cc: linux-security-module@vger.kernel.org

authored by

Randy Dunlap and committed by
David Howells
328c95db 60f0f0b3

+3 -3
+1 -1
security/keys/keyctl.c
··· 506 506 * keyring, otherwise replace the link to the matching key with a link to the 507 507 * new key. 508 508 * 509 - * The key must grant the caller Link permission and the the keyring must grant 509 + * The key must grant the caller Link permission and the keyring must grant 510 510 * the caller Write permission. Furthermore, if an additional link is created, 511 511 * the keyring's quota will be extended. 512 512 *
+2 -2
security/keys/keyring.c
··· 881 881 * 882 882 * Keys are matched to the type provided and are then filtered by the match 883 883 * function, which is given the description to use in any way it sees fit. The 884 - * match function may use any attributes of a key that it wishes to to 884 + * match function may use any attributes of a key that it wishes to 885 885 * determine the match. Normally the match function from the key type would be 886 886 * used. 887 887 * ··· 1204 1204 } 1205 1205 1206 1206 /* 1207 - * See if a cycle will will be created by inserting acyclic tree B in acyclic 1207 + * See if a cycle will be created by inserting acyclic tree B in acyclic 1208 1208 * tree A at the topmost level (ie: as a direct child of A). 1209 1209 * 1210 1210 * Since we are adding B to A at the top level, checking for cycles should just