Re: [PATCH 1/1] drivers: android: Cleanup warnings

2017-12-17 Thread Greg Kroah-Hartman
On Sun, Dec 17, 2017 at 03:07:55AM +0530, Harsh Shandilya wrote: > Ran checkpatch across the entire drivers/android > directory and fixed all relevant warnings. Summary > of changes done: > > -> Convert all symbolic permissions into their > octal equivalents. > -> Use "%s", __func__ in

[PATCH 1/1] drivers: android: Cleanup warnings

2017-12-16 Thread Harsh Shandilya
Ran checkpatch across the entire drivers/android directory and fixed all relevant warnings. Summary of changes done: -> Convert all symbolic permissions into their octal equivalents. -> Use "%s", __func__ in logging macros where the function name was previously hard-coded. -> Add a