[PATCH] Staging:tidspbridge: Fixed braces, spaces and long line coding style

2014-03-03 Thread Masood Mehmood
This patch applies following code style changes to the whole driver. - Removing braces from single statements following a 'if' statement. - Removing unnessasary spaces and braces from files. - Re-order statements crossing 80 columns limitation. - Fixed one quoted string split across lines.

[PATCH] Staging:tidspbridge: Fixed braces, spaces and long line coding style

2014-03-01 Thread Masood Mehmood
This patch applies following code style changes to the whole driver. - Removing braces from single statements following a 'if' statement. - Removing unnessasary spaces and braces from files. - Re-order statements crossing 80 columns limitation. - Fixed one quoted string split across lines.