From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans-Christian Egtvedt Subject: Re: [PATCH v2 32/40] avr32: macro whitespace fixes Date: Wed, 7 Jan 2015 07:52:35 +0100 Message-ID: <20150107065235.GB18142@samfundet.no> References: <1420558883-10131-1-git-send-email-mst@redhat.com> <1420558883-10131-33-git-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1420558883-10131-33-git-send-email-mst@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , linux-arch@vger.kernel.org, Haavard Skinnemoen List-Id: linux-arch.vger.kernel.org Around Tue 06 Jan 2015 17:45:18 +0200 or thereabout, Michael S. Tsirkin wrote: > While working on arch/avr32/include/asm/uaccess.h, I noticed > that some macros within this header are made harder to read because they > violate a coding style rule: space is missing after comma. > > Fix it up. Thank you (-: > Signed-off-by: Michael S. Tsirkin > Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/asm/uaccess.h | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) -- mvh Hans-Christian Egtvedt From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cassarossa.samfundet.no ([193.35.52.29]:57093 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbbAGGwi (ORCPT ); Wed, 7 Jan 2015 01:52:38 -0500 Date: Wed, 7 Jan 2015 07:52:35 +0100 From: Hans-Christian Egtvedt Subject: Re: [PATCH v2 32/40] avr32: macro whitespace fixes Message-ID: <20150107065235.GB18142@samfundet.no> References: <1420558883-10131-1-git-send-email-mst@redhat.com> <1420558883-10131-33-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1420558883-10131-33-git-send-email-mst@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , linux-arch@vger.kernel.org, Haavard Skinnemoen Message-ID: <20150107065235.AP739oLLZPz1zx7q5hByJCTDg9TSP0C_8-YHKCSZ-Kk@z> Around Tue 06 Jan 2015 17:45:18 +0200 or thereabout, Michael S. Tsirkin wrote: > While working on arch/avr32/include/asm/uaccess.h, I noticed > that some macros within this header are made harder to read because they > violate a coding style rule: space is missing after comma. > > Fix it up. Thank you (-: > Signed-off-by: Michael S. Tsirkin > Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/asm/uaccess.h | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) -- mvh Hans-Christian Egtvedt