From: Kyle McMartin Date: Mon, 7 May 2012 19:33:04 +0000 (-0400) Subject: net: Fix tcp_build_and_update_options comment in struct tcp_sock X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c0a788c451e1f88b3fb5a85113b87dbc98c7abe4;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git net: Fix tcp_build_and_update_options comment in struct tcp_sock Noticed this comment didn't get updated when tcp_build_and_update_options was refactored. Signed-off-by: Kyle McMartin Signed-off-by: Jiri Kosina --- diff --git a/include/linux/tcp.h b/include/linux/tcp.h index b6c62d294380..288d201c3b59 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -406,7 +406,7 @@ struct tcp_sock { struct sk_buff_head out_of_order_queue; /* Out of order segments go here */ - /* SACKs data, these 2 need to be together (see tcp_build_and_update_options) */ + /* SACKs data, these 2 need to be together (see tcp_options_write) */ struct tcp_sack_block duplicate_sack[1]; /* D-SACK block */ struct tcp_sack_block selective_acks[4]; /* The SACKS themselves*/