summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pl022.c
diff options
context:
space:
mode:
authorJay Fang <f.fangjian@huawei.com>2021-03-24 09:16:42 +0300
committerMark Brown <broonie@kernel.org>2021-03-24 22:51:12 +0300
commit9d5376872162dc70c16ae8379dba0266f35883f9 (patch)
tree33830a128fbcda99ebf0854ba7f4404349a41a14 /drivers/spi/spi-pl022.c
parent02621799966babf50d1d1dc523e834366904b55d (diff)
downloadlinux-9d5376872162dc70c16ae8379dba0266f35883f9.tar.xz
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.c2
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;