diff for duplicates of <47F1BA2E.9040706@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 92709b7..884766c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ index a2aabfd..d1d24f4 100644 +++ b/arch/ia64/kernel/perfmon.c @@ -4204,10 +4204,10 @@ pfm_check_task_exist(pfm_context_t *ctx) do_each_thread (g, t) { - if (t->thread.pfm_context = ctx) { + if (t->thread.pfm_context == ctx) { ret = 0; - break; + goto out; diff --git a/a/content_digest b/N1/content_digest index e723ff1..9e3625d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Li Zefan <lizf@cn.fujitsu.com>\0" "Subject\0[PATCH] IA64: use goto to jump out do/while_each_thread\0" - "Date\0Tue, 01 Apr 2008 04:29:34 +0000\0" + "Date\0Tue, 01 Apr 2008 12:29:34 +0800\0" "To\0tony.luck@intel.com\0" "Cc\0linux-ia64@vger.kernel.org" " LKML <linux-kernel@vger.kernel.org>\0" @@ -21,7 +21,7 @@ "+++ b/arch/ia64/kernel/perfmon.c\n" "@@ -4204,10 +4204,10 @@ pfm_check_task_exist(pfm_context_t *ctx)\n" " \tdo_each_thread (g, t) {\n" - " \t\tif (t->thread.pfm_context = ctx) {\n" + " \t\tif (t->thread.pfm_context == ctx) {\n" " \t\t\tret = 0;\n" "-\t\t\tbreak;\n" "+\t\t\tgoto out;\n" @@ -35,4 +35,4 @@ "-- \n" 1.5.4.rc3 -baf94507dce519f74eb37abc35af384b124e2cf4faa43e237ac92ed04aca335e +119deea5be127c81d44586d45b58e49d68f5813110878f90d87c59c6f40b0969
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.