From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Fri, 26 Feb 2016 06:10:17 +0000 Subject: [lustre-devel] [PATCH v2 60/84] staging/lustre/llite: Fix style vs open parenthesis alignment In-Reply-To: <1456369267-904461-61-git-send-email-green@linuxhacker.ru> References: <1456369267-904461-1-git-send-email-green@linuxhacker.ru> <1456369267-904461-61-git-send-email-green@linuxhacker.ru> Message-ID: <20160226061016.GA3356@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 Wed, Feb 24, 2016 at 10:00:43PM -0500, green at linuxhacker.ru wrote: > From: Oleg Drokin > > This mostly fixes checkpatch complaints about > "Alignment should match open parenthesis" > > Signed-off-by: Oleg Drokin This patch doesn't apply to the tree, so I've stopped applying this series here. Please rebase and resend the rest of these. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753392AbcBZGKU (ORCPT ); Fri, 26 Feb 2016 01:10:20 -0500 Received: from mail12.wdc04.mandrillapp.com ([205.201.139.12]:36839 "EHLO mail12.wdc04.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750873AbcBZGKS (ORCPT ); Fri, 26 Feb 2016 01:10:18 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=W+KXXSSShFxKLFNKkX3UuTWkKiCWxXHKUNbdVEeP3ihEF8FsBBYF4cCRkxUYnDaZvruvIkoeWHz3 GNrnX2vCeDyUHuuQxdffW4sQegjrNS7VC/QxS3BEf2r20xG3ctDlRo702rRuBPH3Jh084DJZevtC BXGZyBLjje+Bf+Rz9kU=; From: Greg Kroah-Hartman Subject: Re: [PATCH v2 60/84] staging/lustre/llite: Fix style vs open parenthesis alignment To: Cc: , Andreas Dilger , Linux Kernel Mailing List , Lustre Development List Message-Id: <20160226061016.GA3356@kroah.com> References: <1456369267-904461-1-git-send-email-green@linuxhacker.ru> <1456369267-904461-61-git-send-email-green@linuxhacker.ru> In-Reply-To: <1456369267-904461-61-git-send-email-green@linuxhacker.ru> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.10dc2ad104db47f48e92c11c5d4061d9 X-Mandrill-User: md_30481620 Date: Fri, 26 Feb 2016 06:10:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 24, 2016 at 10:00:43PM -0500, green@linuxhacker.ru wrote: > From: Oleg Drokin > > This mostly fixes checkpatch complaints about > "Alignment should match open parenthesis" > > Signed-off-by: Oleg Drokin This patch doesn't apply to the tree, so I've stopped applying this series here. Please rebase and resend the rest of these. thanks, greg k-h