diff for duplicates of <4C8E2AE2.9050309@hp.com> diff --git a/a/1.txt b/N1/1.txt index 66297fe..3022cc5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -75,7 +75,7 @@ This needs its own tag that will call sctp_v6_del_protocol(). > + struct sctp_sched_ops *e; > + > + list_for_each_entry_rcu(e, &sctp_sched_list, list) { -> + if (strcmp(e->name, name) = 0) +> + if (strcmp(e->name, name) == 0) > + return e; > + } > + @@ -144,7 +144,7 @@ This needs its own tag that will call sctp_v6_del_protocol(). > + sched = sctp_sched_find(name); > + > + /* no change asking for existing value */ -> + if (sched = sp->sched_ops) +> + if (sched == sp->sched_ops) > + goto out; > + > +#ifdef CONFIG_MODULES diff --git a/a/content_digest b/N1/content_digest index 65484e9..4ef2cf9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0AANLkTinaO5Fqn+QJxxkXSCsW0XWvhBc16jK6HGB_0YG0@mail.gmail.com\0" "From\0Vlad Yasevich <vladislav.yasevich@hp.com>\0" "Subject\0Re: [PATCHv2 2/5] sctp: implement pluggable multistream scheduling\0" - "Date\0Mon, 13 Sep 2010 13:45:06 +0000\0" + "Date\0Mon, 13 Sep 2010 09:45:06 -0400\0" "To\0Yaogong Wang <ywang15@ncsu.edu>\0" "Cc\0linux-sctp@vger.kernel.org" " linux-kernel@vger.kernel.org\0" @@ -84,7 +84,7 @@ "> +\tstruct sctp_sched_ops *e;\n" "> +\n" "> +\tlist_for_each_entry_rcu(e, &sctp_sched_list, list) {\n" - "> +\t\tif (strcmp(e->name, name) = 0)\n" + "> +\t\tif (strcmp(e->name, name) == 0)\n" "> +\t\t\treturn e;\n" "> +\t}\n" "> +\n" @@ -153,7 +153,7 @@ "> +\tsched = sctp_sched_find(name);\n" "> +\n" "> +\t/* no change asking for existing value */\n" - "> +\tif (sched = sp->sched_ops)\n" + "> +\tif (sched == sp->sched_ops)\n" "> +\t\tgoto out;\n" "> +\n" "> +#ifdef CONFIG_MODULES\n" @@ -254,4 +254,4 @@ "> \t * be modified for with the SCTP_RTOINFO socket option.\n" "> \t */" -6ba9bc67ca31625d40ca7c3269446c9dc2d680fc67a8a3c91abc589b83aafe2c +edaace38ef5afc7bbb0ea2b5272900b9c04ed31a8587150e82e823613ff10c42
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.