[PATCH] drivers :staging: android: make alignment match open parenthesis

Liao Tonglang liaotonglang at gmail.com
Tue Oct 13 06:24:29 UTC 2015


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


More information about the devel mailing list