commit | f1e45f86ed93b9ec0b6b51dd75841894935d2b68 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Wed Aug 10 14:20:54 2011 +0530 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Sep 20 11:22:59 2011 -0600 |
tree | 8b88727ef58d38347ec164f83babdc48c565498c | |
parent | b6fd41e29dea9c6753b1843a77e50433e6123bcb [diff] |
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>