RE: [PATCH] ARM: davinci: add missing commas on last members of structure and arrays

2011-12-15 Thread Nori, Sekhar
On Thu, Dec 15, 2011 at 03:30:05, Tony Lindgren wrote: * Nori, Sekhar nsek...@ti.com [111214 04:42]: Hi Akshay, On Thu, Dec 08, 2011 at 14:35:51, Shankarmurthy, Akshay wrote: This patch adds missing commas on last members of structure and arrays. This makes less harder to add

Re: [PATCH] ARM: davinci: add missing commas on last members of structure and arrays

2011-12-14 Thread Tony Lindgren
* Nori, Sekhar nsek...@ti.com [111214 04:42]: Hi Akshay, On Thu, Dec 08, 2011 at 14:35:51, Shankarmurthy, Akshay wrote: This patch adds missing commas on last members of structure and arrays. This makes less harder to add additional initializer at the end of the existing initializers and

[PATCH] ARM: davinci: add missing commas on last members of structure and arrays

2011-12-08 Thread Shankarmurthy, Akshay
This patch adds missing commas on last members of structure and arrays. This makes less harder to add additional initializer at the end of the existing initializers and avoids the conflict of more line being modified. This was pointed out by Russell King in his pet peeves mail at