From: Tariq Toukan Date: Mon, 7 May 2018 07:45:26 +0000 (+0300) Subject: net: ipv6: Fix typo in ipv6_find_hdr() documentation X-Git-Tag: v4.19~872^2~300^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f2f8212bfdf3ec6dd60f1f0725dc84c574b768b;p=platform%2Fkernel%2Flinux-rpi.git net: ipv6: Fix typo in ipv6_find_hdr() documentation Fix 'an' into 'and', and use a comma instead of a period. Signed-off-by: Tariq Toukan Signed-off-by: David S. Miller --- diff --git a/net/ipv6/exthdrs_core.c b/net/ipv6/exthdrs_core.c index b643f5c..ae365df 100644 --- a/net/ipv6/exthdrs_core.c +++ b/net/ipv6/exthdrs_core.c @@ -161,7 +161,7 @@ EXPORT_SYMBOL_GPL(ipv6_find_tlv); * if target < 0. "last header" is transport protocol header, ESP, or * "No next header". * - * Note that *offset is used as input/output parameter. an if it is not zero, + * Note that *offset is used as input/output parameter, and if it is not zero, * then it must be a valid offset to an inner IPv6 header. This can be used * to explore inner IPv6 header, eg. ICMPv6 error messages. *