spi: Kernel coding style fixes
authorSuniel Mahesh <sunil.m@techveda.org>
Thu, 17 Aug 2017 12:48:22 +0000 (18:18 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 16:56:11 +0000 (17:56 +0100)
commit9a9a047a39d9173b0639017e5ba249443e76dd9e
tree91504422aba35812beecce3f4e6aa60a749d87ad
parent9b61e302210eba55768962f2f11e96bb508c2408
spi: Kernel coding style fixes

Earlier commit:
"spi: Pick spi bus number from Linux idr or spi alias"
(SHA1:9b61e302210eba55768962f2f11e96bb508c2408)
has introduced some checkpatch issues. As pointed by
Lukas Wunner this patch does the following:
- remove whitespaces
- fix warnings, suspect code indent for conditional statements
- fix errors, code indent should use tabs
- remove spaces at the start of the line

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c