[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMRc=MeMhFj7qFRSVP27mbhOCejtjq6K=44LZ-ruRvxrRELEpA@mail.gmail.com>
Date: Sun, 10 Dec 2017 13:49:37 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Bartosz Golaszewski <brgl@...ev.pl>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>, Peter Rosin <peda@...ntia.se>,
linux-i2c <linux-i2c@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 1/2] eeprom: at24: fix coding style issues
2017-12-10 2:31 GMT+01:00 Christoph Böhmwalder <christoph@...hmwalder.at>:
> On Thu, Dec 07, 2017 at 02:39:14PM +0100, Bartosz Golaszewski wrote:
>> -#define AT24_DEVICE_MAGIC(_len, _flags) \
>> - ((1 << AT24_SIZE_FLAGS | (_flags)) \
>> +#define AT24_DEVICE_MAGIC(_len, _flags) \
>> + ((1 << AT24_SIZE_FLAGS | (_flags)) \
>> << AT24_SIZE_BYTELEN | ilog2(_len))
>
> Looks like there's been a whitespace accident on that first added line.
> (Backslash has one more tab in front of it than it should have)
>
> --
> Regards,
> Christoph
It's only the way diff prints the patch. The file looks correct.
Thanks,
Bartosz
Powered by blists - more mailing lists