]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/spi/spi-atmel.c
spi: atmel: Silence checkpatch errors
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 10 Sep 2013 11:36:27 +0000 (17:06 +0530)
committerMark Brown <broonie@linaro.org>
Mon, 16 Sep 2013 23:13:58 +0000 (00:13 +0100)
commita536d7654338a06356afd0363e6adf51a02cb08b
tree1e45868a7b61457f55c7b55be904c5023abe0f3f
parentec60dd37e1d907d0524fa4c5806ecf24b16ea712
spi: atmel: Silence checkpatch errors

Fixes the following types of checkpatch errors and warning:
ERROR: space required after that ',' (ctx:VxV)
WARNING: sizeof *as should be sizeof(*as)

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-atmel.c