commit | e7068ad337a991fba627148a4a57939fdc1e6a2d | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Sat May 10 16:30:01 2008 +0200 |
committer | Lennert Buytenhek <buytenh@marvell.com> | Sun Jun 22 22:44:39 2008 +0200 |
tree | 6fcfe2a48ffe83b8ccb9539333ee6c2b60d779d7 | |
parent | f91a8dcc25398c5d708056de081d6cebf3f2023e [diff] |
[ARM] Orion: fix various whitespace and coding style issues More cosmetic cleanup: - Replace 8-space indents by proper tab indents. - In structure initialisers, use a trailing comma for every member. - Collapse "},\n{" in structure initialiers to "}, {". Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <linux@arm.linux.org.uk>