diff for duplicates of <20171015182210.GA13849@embeddedor.com> diff --git a/a/1.txt b/N1/1.txt index 95f8f1c..67042d3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,7 +19,7 @@ index fa6be97..d28d46b 100644 +++ b/net/dccp/input.c @@ -534,6 +534,7 @@ static int dccp_rcv_respond_partopen_state_process(struct sock *sk, case DCCP_PKT_DATA: - if (sk->sk_state = DCCP_RESPOND) + if (sk->sk_state == DCCP_RESPOND) break; + /* fall through */ case DCCP_PKT_DATAACK: diff --git a/a/content_digest b/N1/content_digest index 598093c..198863b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,12 @@ "From\0Gustavo A. R. Silva <garsilva@embeddedor.com>\0" "Subject\0[PATCH] net: dccp: mark expected switch fall-throughs\0" - "Date\0Sun, 15 Oct 2017 18:22:10 +0000\0" - "To\0dccp@vger.kernel.org\0" + "Date\0Sun, 15 Oct 2017 13:22:10 -0500\0" + "To\0Gerrit Renker <gerrit@erg.abdn.ac.uk>" + " David S. Miller <davem@davemloft.net>\0" + "Cc\0dccp@vger.kernel.org" + netdev@vger.kernel.org + linux-kernel@vger.kernel.org + " Gustavo A. R. Silva <garsilva@embeddedor.com>\0" "\00:1\0" "b\0" "In preparation to enabling -Wimplicit-fallthrough, mark switch cases\n" @@ -25,7 +30,7 @@ "+++ b/net/dccp/input.c\n" "@@ -534,6 +534,7 @@ static int dccp_rcv_respond_partopen_state_process(struct sock *sk,\n" " \tcase DCCP_PKT_DATA:\n" - " \t\tif (sk->sk_state = DCCP_RESPOND)\n" + " \t\tif (sk->sk_state == DCCP_RESPOND)\n" " \t\t\tbreak;\n" "+\t\t/* fall through */\n" " \tcase DCCP_PKT_DATAACK:\n" @@ -48,4 +53,4 @@ "-- \n" 2.7.4 -fae79193bab7715b89c85b2f2d46c73deb00e8f0232741e536f4428c2420ae08 +944954569dd2060a5908ebaeb09f7e6ba16286174724b84cbcbfe3854540902d
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.