[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <561CA39D.9030704@gmail.com>
Date: Tue, 13 Oct 2015 14:24:29 +0800
From: Liao Tonglang <liaotonglang@...il.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: arve@...roid.com, riandrews@...roid.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers :staging: android: make alignment match open
parenthesis
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists