diff for duplicates of <4FD96B84.6080907@ozlabs.ru> diff --git a/a/1.txt b/N1/1.txt index a5b755d..8868c34 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ index 4c5527d..22d5863 100644 size_t len = strlen(line_buf); if (len > 1) { /* skip empty lines */ line_buf[len - 1] = '\0'; -+ if ('#' = line_buf[0]) { /* skip commented lines */ ++ if ('#' == line_buf[0]) { /* skip commented lines */ + continue; + } if (!trace_event_set_state(line_buf, true)) { diff --git a/a/content_digest b/N1/content_digest index e27b765..9538554 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Alexey Kardashevskiy <aik@ozlabs.ru>\0" - "Subject\0[PATCH] trace: added ability to comment out events in the list\0" - "Date\0Thu, 14 Jun 2012 04:41:40 +0000\0" + "Subject\0[Qemu-devel] [PATCH] trace: added ability to comment out events in the list\0" + "Date\0Thu, 14 Jun 2012 14:41:40 +1000\0" "To\0kvm-ppc@vger.kernel.org" qemu-devel@nongnu.org <qemu-devel@nongnu.org> " Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" @@ -25,7 +25,7 @@ " size_t len = strlen(line_buf);\n" " if (len > 1) { /* skip empty lines */\n" " line_buf[len - 1] = '\\0';\n" - "+ if ('#' = line_buf[0]) { /* skip commented lines */\n" + "+ if ('#' == line_buf[0]) { /* skip commented lines */\n" "+ continue;\n" "+ }\n" " if (!trace_event_set_state(line_buf, true)) {\n" @@ -34,4 +34,4 @@ "-- \n" 1.7.7.3 -f0ae197420adb89aa6981adb42519be0ca324dddd727d33d454a37635a3431f2 +56997cff0eff679417466639a320d9fb79a96084ea5cfd9dd10c0341cf7f456c
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.