diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-16 09:20:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:48 -0500 |
commit | 94e2bd688820aed72b4f8092f88c2ccf64e003de (patch) | |
tree | 988de1817ec5ebe40dc6f2901eb86987876c517f /net/sctp | |
parent | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (diff) |
tree-wide: fix some typos and punctuation in comments
fix some typos and punctuation in comments
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/sm_statefuns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index c8fae1983dd1..ba2f66d5f0cd 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c | |||
@@ -3569,7 +3569,7 @@ sctp_disposition_t sctp_sf_do_asconf(const struct sctp_endpoint *ep, | |||
3569 | * To do this properly, we'll set the destination address of the chunk | 3569 | * To do this properly, we'll set the destination address of the chunk |
3570 | * and at the transmit time, will try look up the transport to use. | 3570 | * and at the transmit time, will try look up the transport to use. |
3571 | * Since ASCONFs may be bundled, the correct transport may not be | 3571 | * Since ASCONFs may be bundled, the correct transport may not be |
3572 | * created untill we process the entire packet, thus this workaround. | 3572 | * created until we process the entire packet, thus this workaround. |
3573 | */ | 3573 | */ |
3574 | asconf_ack->dest = chunk->source; | 3574 | asconf_ack->dest = chunk->source; |
3575 | sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(asconf_ack)); | 3575 | sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(asconf_ack)); |