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)
commitf1e45f86ed93b9ec0b6b51dd75841894935d2b68
tree8b88727ef58d38347ec164f83babdc48c565498c
parentb6fd41e29dea9c6753b1843a77e50433e6123bcb
spi/spi-pl022: Resolve formatting issues

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>
drivers/spi/spi-pl022.c