Hi Grzegorz, On Wed, Oct 22, 2014 at 02:55:54PM +0200, Grzegorz Kolodziejczyk wrote: > Hi Andrei, > > On 22 October 2014 13:10, Andrei Emeltchenko > <Andrei.Emeltchenko.news@xxxxxxxxx> wrote: > > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > > > Make code consistent with the rest returning -errno and printing error > > message. > > --- > > profiles/network/bnep.c | 18 +++++++++--------- > > 1 file changed, 9 insertions(+), 9 deletions(-) > > > > diff --git a/profiles/network/bnep.c b/profiles/network/bnep.c > > index 4cf38d9..09d4b65 100644 > > --- a/profiles/network/bnep.c > > +++ b/profiles/network/bnep.c > > @@ -231,7 +231,7 @@ static int bnep_if_down(const char *devname) > > if (ioctl(sk, SIOCSIFFLAGS, (void *) &ifr) < 0) { > > err = -errno; > > error("bnep: Could not bring down %s: %s(%d)", > > - devname, strerror(-err), -err); > > + devname, strerror(-err), -err); > > Why don't you fix this indention in first patch ? (this line is added > in previous patch) Sorry, resend the series. Best regards Andrei Emeltchenko -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html