From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756376AbdGKSQY (ORCPT ); Tue, 11 Jul 2017 14:16:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36576 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756344AbdGKSQX (ORCPT ); Tue, 11 Jul 2017 14:16:23 -0400 Date: Tue, 11 Jul 2017 20:16:19 +0200 From: Greg Kroah-Hartman To: Mitchell Tasman Cc: David Kershner , Tim Sell , David Binder , Thomas Gleixner , Sameer Wadgaonkar , Bryan Thompson , Jon Frisch , devel@driverdev.osuosl.org, sparmaintainer@unisys.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: unisys: visorbus: fix function open braces Message-ID: <20170711181619.GA2925@kroah.com> References: <20170711034826.3107-1-tasman@leaflabs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170711034826.3107-1-tasman@leaflabs.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 10, 2017 at 11:48:26PM -0400, Mitchell Tasman wrote: > Resolve multiple checkpatch errors by relocating open braces > following function definitions to the next line. > > Signed-off-by: Mitchell Tasman > --- > drivers/staging/unisys/visorbus/visorbus_main.c | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) Doesn't apply on top of the other unisys patches that were recently posted :(