Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752048AbdLJMtl (ORCPT ); Sun, 10 Dec 2017 07:49:41 -0500 Received: from mail-ot0-f177.google.com ([74.125.82.177]:34989 "EHLO mail-ot0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751750AbdLJMti (ORCPT ); Sun, 10 Dec 2017 07:49:38 -0500 X-Google-Smtp-Source: AGs4zMbZMevDE0OG/GHpxPZ7ycoc9SVVI5QMQjmwxroxERv7eC4oDQnHjQ3FSUuIuh4NObvbPDE1ZhAq1k6vVW9Lvo4= MIME-Version: 1.0 In-Reply-To: <20171210013140.62bwezb2pnovf2x6@christoph-lap> References: <20171207133915.29448-1-brgl@bgdev.pl> <20171207133915.29448-2-brgl@bgdev.pl> <20171210013140.62bwezb2pnovf2x6@christoph-lap> From: Bartosz Golaszewski Date: Sun, 10 Dec 2017 13:49:37 +0100 Message-ID: Subject: Re: [PATCH v3 1/2] eeprom: at24: fix coding style issues To: Bartosz Golaszewski , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Peter Rosin , linux-i2c , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id vBACnlrY003466 Content-Length: 695 Lines: 19 2017-12-10 2:31 GMT+01:00 Christoph Böhmwalder : > 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