diff options
author | Jay Fang <f.fangjian@huawei.com> | 2021-05-10 08:58:22 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-05-10 14:07:52 +0200 |
commit | db56d03049524114696aa7158560d8f0e064c487 (patch) | |
tree | 59535209b453860186da7ec596b3a35bfbff1603 /drivers/spi/spi-geni-qcom.c | |
parent | spi: omap-100k: Clean the value of 'status' is not used (diff) | |
download | linux-db56d03049524114696aa7158560d8f0e064c487.tar.xz linux-db56d03049524114696aa7158560d8f0e064c487.zip |
spi: delete repeated words in comments
Drop repeated words in spi-bcm2835aux.c
{are}
Drop repeated words in spi-dw-mmio.c
{the}
Drop repeated words in spi-geni-qcom.c
{our}
Drop repeated words in spi-pl022.c
{on}
Drop repeated words in spi-ppc4xx.c
{the}
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/1620629903-15493-4-git-send-email-f.fangjian@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-geni-qcom.c')
-rw-r--r-- | drivers/spi/spi-geni-qcom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-geni-qcom.c b/drivers/spi/spi-geni-qcom.c index 3d0d8ddd5772..b3861fb88711 100644 --- a/drivers/spi/spi-geni-qcom.c +++ b/drivers/spi/spi-geni-qcom.c @@ -639,8 +639,8 @@ static irqreturn_t geni_spi_isr(int irq, void *data) complete(&mas->abort_done); /* - * It's safe or a good idea to Ack all of our our interrupts at the - * end of the function. Specifically: + * It's safe or a good idea to Ack all of our interrupts at the end + * of the function. Specifically: * - M_CMD_DONE_EN / M_RX_FIFO_LAST_EN: Edge triggered interrupts and * clearing Acks. Clearing at the end relies on nobody else having * started a new transfer yet or else we could be clearing _their_ |