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.

crypto: asymmetric_keys: fix some comments in pkcs7_parser.h

Drop the doubled word "the" in a comment.
Change "THis" to "This".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Ben Boeckel <mathstuf@gmail.com>
Cc: keyrings@vger.kernel.org

authored by

Randy Dunlap and committed by
David Howells
1539dd78 c224926e

+2 -3
+2 -3
crypto/asymmetric_keys/pkcs7_parser.h
··· 41 41 * 42 42 * This contains the generated digest of _either_ the Content Data or 43 43 * the Authenticated Attributes [RFC2315 9.3]. If the latter, one of 44 - * the attributes contains the digest of the the Content Data within 45 - * it. 44 + * the attributes contains the digest of the Content Data within it. 46 45 * 47 - * THis also contains the issuing cert serial number and issuer's name 46 + * This also contains the issuing cert serial number and issuer's name 48 47 * [PKCS#7 or CMS ver 1] or issuing cert's SKID [CMS ver 3]. 49 48 */ 50 49 struct public_key_signature *sig;