diff for duplicates of <20111007132744.GC31424@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 10856fa..1e3d7dd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ index 256764e..7f4daff 100644 + unsigned int n_preds = 0; list_for_each_entry(elt, &ps->postfix, list) { - if (elt->op = OP_NONE) + if (elt->op == OP_NONE) @@ -1601,7 +1601,7 @@ static int replace_preds(struct ftrace_event_call *call, struct postfix_elt *elt; struct pred_stack stack = { }; /* init to NULL */ diff --git a/a/content_digest b/N1/content_digest index ebadb4f..f7071c2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] trace: cleanup: make some types unsigned\0" - "Date\0Fri, 07 Oct 2011 13:27:44 +0000\0" + "Date\0Fri, 7 Oct 2011 16:27:44 +0300\0" "To\0Steven Rostedt <rostedt@goodmis.org>\0" "Cc\0Frederic Weisbecker <fweisbec@gmail.com>" Ingo Molnar <mingo@redhat.com> @@ -40,7 +40,7 @@ "+\tunsigned int n_preds = 0;\n" " \n" " \tlist_for_each_entry(elt, &ps->postfix, list) {\n" - " \t\tif (elt->op = OP_NONE)\n" + " \t\tif (elt->op == OP_NONE)\n" "@@ -1601,7 +1601,7 @@ static int replace_preds(struct ftrace_event_call *call,\n" " \tstruct postfix_elt *elt;\n" " \tstruct pred_stack stack = { }; /* init to NULL */\n" @@ -51,4 +51,4 @@ " \tn_preds = count_preds(ps);\n" " \tif (n_preds >= MAX_FILTER_PRED) {" -1df6648f5bcb1dac3b5cdee0ec8c17dc551df2c6c14c4fa2c35baf028c78321f +2e3451e61d83f6760f84b0ee399e1fc7bfafceba59a5ce227932ac431b150a53
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.