On Sun, Sep 01, 2013 at 10:18:44PM +0200, Bojan Prtvar wrote: > -void binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, > +static void binder_stat_br(struct binder_proc *proc, > + struct binder_thread *thread, > uint32_t cmd) The indenting needs to be updated to match as well. Add 3 spaces before "struct binder_thread" and move the "uint32_t cmd)" up a line. Like this: static void binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) { regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html