On Fri, Jan 22, 2016 at 12:34 AM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > On Tuesday, January 5, 2016, Karthik Nayak <karthik.188@xxxxxxxxx> wrote: >> Introduce the 'used_atom' structure to replace the existing >> implementation of 'used_atom' (which is a list of atoms). This helps >> us parse atoms beforehand and store required details into the >> 'used_atom' for future usage. >> >> Helped-by: Eric Sunshine <sunshine@xxxxxxxxxxxxxx> >> Signed-off-by: Karthik Nayak <Karthik.188@xxxxxxxxx> >> --- >> diff --git a/ref-filter.c b/ref-filter.c >> @@ -17,7 +17,7 @@ >> typedef enum { FIELD_STR, FIELD_ULONG, FIELD_TIME } cmp_type; >> >> /* >> - * An atom is a valid field atom listed above, possibly prefixed with >> + * An atom is a valid field atom listed below, possibly prefixed with > > This particular change should be in patch 3/15 which moved this comment block. > > (Yes, it's true that this will make the patch something other than > "pure code movement", but this change keeps the moved block logically > consistent and that it's an appropriate thing to do -- plus it's quite > minor.) Will squeeze that in. Like you said it's too small so it would make sense to bundle it within 3/15. -- Regards, Karthik Nayak -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html