On Fri, 13 Jun 2014 18:55:37 +0900
Namhyung Kim <[email protected]> wrote:
> > {
> > - pevent_print_num_field(s, " rip %0x016llx", event, "rip", record, 1);
> > + pevent_print_num_field(s, "rip %lx ", event, "rip", record, 1);
>
> s/%lx/%llx/
I'll make this as a separate fix to keep the original patch as is.
>
> Otherwise this series and previous two cleanup patches look good to me.
>
> Acked-by: Namhyung Kim <[email protected]>
>
Thanks!
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/