Re: [PATCH] staging: android: binder: Fix 10 overlong lines

2014-06-19 Thread Greg KH
On Sat, May 31, 2014 at 05:29:53PM -0600, Daniel Dressler wrote: > This patch was made following Greg Kroah-Hartman's > newbie guide. It is not intended to make any > logical alterations to codeflow. Of note to reviews > this patch switch's a call to kzalloc to kcalloc on > line 2837 > > Neil Brow

[PATCH] staging: android: binder: Fix 10 overlong lines

2014-05-31 Thread Daniel Dressler
This patch was made following Greg Kroah-Hartman's newbie guide. It is not intended to make any logical alterations to codeflow. Of note to reviews this patch switch's a call to kzalloc to kcalloc on line 2837 Neil Brown gave good advice on how to align the over-long function calls. He suggested u