From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754197AbcHUV2W (ORCPT ); Sun, 21 Aug 2016 17:28:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34304 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753552AbcHUV2H (ORCPT ); Sun, 21 Aug 2016 17:28:07 -0400 Date: Sun, 21 Aug 2016 17:41:37 +0200 From: Greg KH To: Ben LeMasurier Cc: labbott@redhat.com, devel@driverdev.osuosl.org, arve@android.com, linux-kernel@vger.kernel.org, riandrews@android.com, sumit.semwal@linaro.org Subject: Re: [PATCH] Staging: android: ion: fix parenthesis alignment Message-ID: <20160821154137.GA11988@kroah.com> References: <20160819012728.GA32156@rooster> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160819012728.GA32156@rooster> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 18, 2016 at 07:27:31PM -0600, Ben LeMasurier wrote: > This fixes remaining checkpatch.pl "Alignment should match open > parenthesis" issues. > > Signed-off-by: Ben LeMasurier > --- > drivers/staging/android/ion/ion.c | 42 +++++++++++++------------- > drivers/staging/android/ion/ion_chunk_heap.c | 12 ++++---- > drivers/staging/android/ion/ion_cma_heap.c | 2 +- > drivers/staging/android/ion/ion_dummy_driver.c | 10 +++--- > drivers/staging/android/ion/ion_page_pool.c | 4 +-- > drivers/staging/android/ion/ion_system_heap.c | 12 ++++---- > 6 files changed, 41 insertions(+), 41 deletions(-) Doesn't apply to my tree :( Can you rebase it against the latest staging-testing branch of the staging.git tree and resend? thanks, greg k-h