Re: [PATCH 1/1][TCP]: break missing at end of switch statement

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnaldo Carvalho de Melo
Date: Monday, October 1, 2007 - 7:31 am

Em Mon, Oct 01, 2007 at 02:39:28PM +0100, Gerrit Renker escreveu:

Gerrit,

        It is not required. The statement you mention will be executed
when the sk_state is not one of TCP_SYN_SENT, TCP_CLOSE_WAIT or
TCP_CLOSE.

	A 'break' is only needed in a label block if it is not the last
one.

- Arnaldo
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 1/1][TCP]: break missing at end of switch statement, Arnaldo Carvalho de Melo, (Mon Oct 1, 7:31 am)