Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758747AbaGRASZ (ORCPT ); Thu, 17 Jul 2014 20:18:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36846 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675AbaGRASX (ORCPT ); Thu, 17 Jul 2014 20:18:23 -0400 Date: Thu, 17 Jul 2014 17:18:23 -0700 From: Greg Kroah-Hartman To: Jeremiah Mahler Cc: Eli Billauer , devel@driverdev.osuosl.org, Kees Cook , linux-kernel@vger.kernel.org, Wei Yongjun , Richard Weinberger Subject: Re: [PATCH] xillybus: place 'else' on same line as '}' Message-ID: <20140718001823.GA24907@kroah.com> References: <1405307220-15946-1-git-send-email-jmmahler@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1405307220-15946-1-git-send-email-jmmahler@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 13, 2014 at 08:07:00PM -0700, Jeremiah Mahler wrote: > Place 'else' on same line as closing brace '}' as per > Documentation/CodingStyle. Fixes 1 error found by checkpatch.pl. > > Signed-off-by: Jeremiah Mahler > --- > drivers/staging/xillybus/xillybus_core.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Sorry, someone else sent this patch, which I applied already. They did so after you, but I missed this one as you didn't have the 'staging' line on the Subject, my fault. Sorry about that. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/