diff options
author | Gao Pan <pandy.gao@nxp.com> | 2017-01-04 17:38:16 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-09 19:34:02 +0000 |
commit | 102ecc471b9d2f41f10c586f077a0d8e853335f8 (patch) | |
tree | 6d4e24243d967a355194d02f0f165825a555c238 /drivers | |
parent | cc4a7ffe02c95f537541c91e9842e3710decae6e (diff) |
spi: fsl-lpspi: fix indentation error
This patch fixes the indentation error in spi-fsl-lpspi.c.
Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi-fsl-lpspi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/spi-fsl-lpspi.c b/drivers/spi/spi-fsl-lpspi.c index 2b93bc605b91..cb3c73007ca1 100644 --- a/drivers/spi/spi-fsl-lpspi.c +++ b/drivers/spi/spi-fsl-lpspi.c @@ -512,9 +512,9 @@ static int fsl_lpspi_remove(struct platform_device *pdev) static struct platform_driver fsl_lpspi_driver = { .driver = { - .name = DRIVER_NAME, - .of_match_table = fsl_lpspi_dt_ids, - }, + .name = DRIVER_NAME, + .of_match_table = fsl_lpspi_dt_ids, + }, .probe = fsl_lpspi_probe, .remove = fsl_lpspi_remove, }; |