From: Liao Tonglang <liaotonglang@gmail.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: arve@android.com, riandrews@android.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers :staging: android: make alignment match open parenthesis
Date: Tue, 13 Oct 2015 14:24:29 +0800 [thread overview]
Message-ID: <561CA39D.9030704@gmail.com> (raw)
In-Reply-To: <20151013054022.GA20952@kroah.com>
On Tue, Oct 13, 2015 at 11:40:00AM +0800, Greg KH wrote:
>> - ashmem_area_cachep = kmem_cache_create("ashmem_area_cache",
>> - sizeof(struct ashmem_area),
>> - 0, 0, NULL);
>> + ashmem_area_cachep =
>> + kmem_cache_create("ashmem_area_cache",
>> + sizeof(struct ashmem_area),
>> + 0, 0, NULL);
> is this really more readable?
You are right. The four-line version looks stupid. Just ignore
these changes.
Thanks for your patience,
liao
prev parent reply other threads:[~2015-10-13 6:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-13 3:32 [PATCH] drivers :staging: android: make alignment match open parenthesis Liao Tonglang
2015-10-13 5:40 ` Greg KH
2015-10-13 6:24 ` Liao Tonglang [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=561CA39D.9030704@gmail.com \
--to=liaotonglang@gmail.com \
--cc=arve@android.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=riandrews@android.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.