Re: [PATCH v2 1/7] gpio: davinci: coding style correction

2013-06-19 Thread Sekhar Nori
On 6/14/2013 3:05 PM, Philip Avinash wrote: > Make some minor coding style fixes. Use proper multi-line > commenting style, arrange include files alphabetically use > macros for bit definitions. Its a register offset, not bit definition. > > Signed-off-by: Philip Avinash > Signed-off-by: Sekhar

[PATCH v2 1/7] gpio: davinci: coding style correction

2013-06-14 Thread Philip Avinash
Make some minor coding style fixes. Use proper multi-line commenting style, arrange include files alphabetically use macros for bit definitions. Signed-off-by: Philip Avinash Signed-off-by: Sekhar Nori --- Changes since v1: - Remove variable name replacement - Add line break afte