From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751337AbcEHCq7 (ORCPT ); Sat, 7 May 2016 22:46:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37552 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141AbcEHCq6 (ORCPT ); Sat, 7 May 2016 22:46:58 -0400 Date: Sun, 8 May 2016 04:46:55 +0200 From: Greg KH To: Thimo Braker Cc: devel@driverdev.osuosl.org, arve@android.com, linux-kernel@vger.kernel.org, riandrews@android.com, sumit.semwal@linaro.org Subject: Re: [PATCH 2/2] Staging: android: ion: fixes indentation Message-ID: <20160508024655.GB13955@kroah.com> References: <1462653184-25300-1-git-send-email-thibmorozier@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462653184-25300-1-git-send-email-thibmorozier@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 07, 2016 at 03:33:04PM -0500, Thimo Braker wrote: > Fixes indentation before variable names. > > Signed-off-by: Thimo Braker > --- > drivers/staging/android/uapi/ion.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h > index 77a46f0..ddb8174 100644 > --- a/drivers/staging/android/uapi/ion.h > +++ b/drivers/staging/android/uapi/ion.h > @@ -89,11 +89,11 @@ enum ion_heap_type { > * Provided by userspace as an argument to the ioctl > */ > struct ion_allocation_data { > - size_t len; > - size_t align; > + size_t len; > + size_t align; > unsigned int heap_id_mask; > unsigned int flags; > - int handle; > + int handle; > }; > > /** > @@ -128,7 +128,7 @@ struct ion_handle_data { > * This works just like the regular cmd and arg fields of an ioctl. > */ > struct ion_custom_data { > - unsigned int cmd; > + unsigned int cmd; > unsigned long arg; > }; > Doesn't apply as I didn't take path 1/2 :(