spi/spi-pl022: Resolve formatting issues
authorViresh Kumar <viresh.kumar@st.com>
Wed, 10 Aug 2011 08:50:54 +0000 (14:20 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 20 Sep 2011 17:22:59 +0000 (11:22 -0600)
There were few formatting related issues in code. This patch fixes them.
Fixes include:
- Remove extra blank lines
- align code to 80 cols
- combine several lines to one line
- Replace multiple spaces with tabs
- Remove spaces before labels

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found