From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753538AbbERKY6 (ORCPT ); Mon, 18 May 2015 06:24:58 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:33679 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753254AbbERKYu (ORCPT ); Mon, 18 May 2015 06:24:50 -0400 Date: Mon, 18 May 2015 15:54:37 +0530 From: Sudip Mukherjee To: Wim de With Cc: Benjamin Romer , David Kershner , Greg Kroah-Hartman , Jes.Sorensen@redhat.com, *S-Par-Maintainer , "open list:STAGING SUBSYSTEM" , linux-kernel Subject: Re: [PATCH] Staging: unisys: fix function declaration format in visorchipset.c Message-ID: <20150518102437.GA8433@sudip-PC> References: <1431942349-29351-1-git-send-email-nauxuron@wimdewith.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431942349-29351-1-git-send-email-nauxuron@wimdewith.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 18, 2015 at 11:45:49AM +0200, Wim de With wrote: > This is a patch that fixes the function declarations in > visorbus/visorchipset.c by removing newlines after the function return > type But this is not an error nor it is a coding style error. Instead your patch will now introduce new coding style warnings about: Alignment should match open parenthesis regards sudip > > Signed-off-by: Wim de With > ---