]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a0c2e8b6d1ce85e23f17d9cd9e14731bcc06c5a
tree91504422aba35812beecce3f4e6aa60a749d87ad
parentf523548b093a07301d3ebb057bf4cf3e1a7a18f2
spi: Kernel coding style fixes

Earlier commit:
"spi: Pick spi bus number from Linux idr or spi alias"
(SHA1:f523548b093a07301d3ebb057bf4cf3e1a7a18f2)
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