projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db0aeb3
)
net: ipv6: Fix typo in ipv6_find_hdr() documentation
author
Tariq Toukan
<
[email protected]
>
Mon, 7 May 2018 07:45:26 +0000
(10:45 +0300)
committer
David S. Miller
<
[email protected]
>
Tue, 8 May 2018 03:50:27 +0000
(23:50 -0400)
Fix 'an' into 'and', and use a comma instead of a period.
Signed-off-by: Tariq Toukan <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv6/exthdrs_core.c
patch
|
blob
|
history
diff --git
a/net/ipv6/exthdrs_core.c
b/net/ipv6/exthdrs_core.c
index b643f5ce6c8078ff91f02555a33964acdedcded4..ae365df8abf7babfebc50ccfb1e1ea3889a5129e 100644
(file)
--- 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.
*