Re: [PATCH v2 1/7] staging: ft1000: ft1000-pcmcia: removed unnecessary braces

2015-03-07 Thread Greg KH
On Mon, Feb 09, 2015 at 12:41:58PM +0530, Pushpendra Singh wrote: Remove checkpatch.pl warning WARNING: braces {} are not necessary for any arm of this statement + if (tempword 0x1f) { [...] + } else { [...] Signed-off-by:

[PATCH v2 1/7] staging: ft1000: ft1000-pcmcia: removed unnecessary braces

2015-02-08 Thread Pushpendra Singh
Remove checkpatch.pl warning WARNING: braces {} are not necessary for any arm of this statement + if (tempword 0x1f) { [...] + } else { [...] Signed-off-by: Pushpendra Singh pushpendra.si...@smartplayin.com ---