Message ID | 1599653567-27147-1-git-send-email-wangqing@vivo.com |
---|---|
State | New |
Headers | show |
Series | net/netfilter: fix a typo for nf_conntrack_proto_dccp.c | expand |
diff --git a/net/netfilter/nf_conntrack_proto_dccp.c b/net/netfilter/nf_conntrack_proto_dccp.c index b3f4a33..d9bb0ce --- a/net/netfilter/nf_conntrack_proto_dccp.c +++ b/net/netfilter/nf_conntrack_proto_dccp.c @@ -340,7 +340,7 @@ dccp_state_table[CT_DCCP_ROLE_MAX + 1][DCCP_PKT_SYNCACK + 1][CT_DCCP_MAX + 1] = * sNO -> sIV No connection * sRQ -> sIV No connection * sRS -> sIV No connection - * sPO -> sOP -> sCG Move direcly to CLOSING + * sPO -> sOP -> sCG Move directly to CLOSING * sOP -> sCG Move to CLOSING * sCR -> sIV Close after CloseReq is invalid * sCG -> sCG Retransmit
Change the comment typo: "direcly" -> "directly". Signed-off-by: Wang Qing <wangqing@vivo.com> --- net/netfilter/nf_conntrack_proto_dccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)