From: Greg KH <gregkh@linuxfoundation.org>
To: Thimo Braker <thibmorozier@gmail.com>
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
Date: Sun, 8 May 2016 04:46:55 +0200 [thread overview]
Message-ID: <20160508024655.GB13955@kroah.com> (raw)
In-Reply-To: <1462653184-25300-1-git-send-email-thibmorozier@gmail.com>
On Sat, May 07, 2016 at 03:33:04PM -0500, Thimo Braker wrote:
> Fixes indentation before variable names.
>
> Signed-off-by: Thimo Braker <thibmorozier@gmail.com>
> ---
> 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 :(
prev parent reply other threads:[~2016-05-08 2:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-07 20:33 Thimo Braker
2016-05-08 2:46 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160508024655.GB13955@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=arve@android.com \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=riandrews@android.com \
--cc=sumit.semwal@linaro.org \
--cc=thibmorozier@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®