diff options
author | Jay Fang <f.fangjian@huawei.com> | 2021-03-24 14:16:42 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-24 19:51:12 +0000 |
commit | 9d5376872162dc70c16ae8379dba0266f35883f9 (patch) | |
tree | 33830a128fbcda99ebf0854ba7f4404349a41a14 /drivers/spi/spi-pl022.c | |
parent | 02621799966babf50d1d1dc523e834366904b55d (diff) |
spi: pl022: Fix trailing whitespace
Fix checkpatch error:
ERROR: trailing whitespace
#1198: FILE: spi-pl022.c:1198:
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/1616566602-13894-12-git-send-email-f.fangjian@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pl022.c')
-rw-r--r-- | drivers/spi/spi-pl022.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index fd74ddfbb686..d7ed1885e92c 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -1195,7 +1195,7 @@ err_no_txchan: err_no_rxchan: return err; } - + static void terminate_dma(struct pl022 *pl022) { struct dma_chan *rxchan = pl022->dma_rx_channel; |