From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751904AbcDLERn (ORCPT ); Tue, 12 Apr 2016 00:17:43 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33812 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750795AbcDLERm (ORCPT ); Tue, 12 Apr 2016 00:17:42 -0400 Date: Mon, 11 Apr 2016 20:46:32 -0700 From: Greg Kroah-Hartman To: green@linuxhacker.ru Cc: devel@driverdev.osuosl.org, Andreas Dilger , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH 2/3] staging/lustre: Fix blank line after/before {/} style Message-ID: <20160412034632.GA17084@kroah.com> References: <1459538283-3031249-1-git-send-email-green@linuxhacker.ru> <1459538283-3031249-3-git-send-email-green@linuxhacker.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459538283-3031249-3-git-send-email-green@linuxhacker.ru> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 01, 2016 at 03:18:02PM -0400, green@linuxhacker.ru wrote: > From: Oleg Drokin > > This patch fixes all checkpatch occurences of > CHECK: Blank lines aren't necessary after an open brace '{' > CHECK: Blank lines aren't necessary before a close brace '}' > in Lustre code. > > Signed-off-by: Oleg Drokin Doesn't apply anymore after merging with 4.6-rc3, can you rebase and resend? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Mon, 11 Apr 2016 20:46:32 -0700 Subject: [lustre-devel] [PATCH 2/3] staging/lustre: Fix blank line after/before {/} style In-Reply-To: <1459538283-3031249-3-git-send-email-green@linuxhacker.ru> References: <1459538283-3031249-1-git-send-email-green@linuxhacker.ru> <1459538283-3031249-3-git-send-email-green@linuxhacker.ru> Message-ID: <20160412034632.GA17084@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: green@linuxhacker.ru Cc: devel@driverdev.osuosl.org, Andreas Dilger , Linux Kernel Mailing List , Lustre Development List On Fri, Apr 01, 2016 at 03:18:02PM -0400, green at linuxhacker.ru wrote: > From: Oleg Drokin > > This patch fixes all checkpatch occurences of > CHECK: Blank lines aren't necessary after an open brace '{' > CHECK: Blank lines aren't necessary before a close brace '}' > in Lustre code. > > Signed-off-by: Oleg Drokin Doesn't apply anymore after merging with 4.6-rc3, can you rebase and resend? thanks, greg k-h