sm_statefuns.c: Mundane spello fixes
s/simulataneous/simultaneous/ ....in three dirrent places. s/tempory/temporary/ s/interpeter/interpreter/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f2e3093172
commit
fb373c8455
|
@ -1452,7 +1452,7 @@ static char sctp_tietags_compare(struct sctp_association *new_asoc,
|
||||||
return 'E';
|
return 'E';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Common helper routine for both duplicate and simulataneous INIT
|
/* Common helper routine for both duplicate and simultaneous INIT
|
||||||
* chunk handling.
|
* chunk handling.
|
||||||
*/
|
*/
|
||||||
static enum sctp_disposition sctp_sf_do_unexpected_init(
|
static enum sctp_disposition sctp_sf_do_unexpected_init(
|
||||||
|
@ -1685,7 +1685,7 @@ enum sctp_disposition sctp_sf_do_5_2_1_siminit(
|
||||||
void *arg,
|
void *arg,
|
||||||
struct sctp_cmd_seq *commands)
|
struct sctp_cmd_seq *commands)
|
||||||
{
|
{
|
||||||
/* Call helper to do the real work for both simulataneous and
|
/* Call helper to do the real work for both simultaneous and
|
||||||
* duplicate INIT chunk handling.
|
* duplicate INIT chunk handling.
|
||||||
*/
|
*/
|
||||||
return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
|
return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
|
||||||
|
@ -1740,7 +1740,7 @@ enum sctp_disposition sctp_sf_do_5_2_2_dupinit(
|
||||||
void *arg,
|
void *arg,
|
||||||
struct sctp_cmd_seq *commands)
|
struct sctp_cmd_seq *commands)
|
||||||
{
|
{
|
||||||
/* Call helper to do the real work for both simulataneous and
|
/* Call helper to do the real work for both simultaneous and
|
||||||
* duplicate INIT chunk handling.
|
* duplicate INIT chunk handling.
|
||||||
*/
|
*/
|
||||||
return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
|
return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
|
||||||
|
@ -2221,11 +2221,11 @@ enum sctp_disposition sctp_sf_do_5_2_4_dupcook(
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Delete the tempory new association. */
|
/* Delete the temporary new association. */
|
||||||
sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC, SCTP_ASOC(new_asoc));
|
sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC, SCTP_ASOC(new_asoc));
|
||||||
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
|
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
|
||||||
|
|
||||||
/* Restore association pointer to provide SCTP command interpeter
|
/* Restore association pointer to provide SCTP command interpreter
|
||||||
* with a valid context in case it needs to manipulate
|
* with a valid context in case it needs to manipulate
|
||||||
* the queues */
|
* the queues */
|
||||||
sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC,
|
sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC,
|
||||||
|
|
Loading…
Reference in New Issue