From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Wed, 29 Mar 2017 16:54:04 +0200 Subject: [PATCH] staging: vc04_services: bcm2835-audio: fixed checkpatch warning on coding style In-Reply-To: <20170328232930.GA2602@gmail.com> References: <20170328232930.GA2602@gmail.com> Message-ID: <20170329145404.GA28267@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 29, 2017 at 12:29:30AM +0100, Andrea della Porta wrote: > Fixed several chekpatch warnign about alignment of function parameters, > removed spaces after a cast, split one line that was over 80 chars Only do one thing per patch, please fix this up as a patch series. thanks, greg k-h