diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 14:11:12 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-06 08:20:43 +0300 |
commit | 6a4e9307cd3782f8e805fac970b9a240ab3078d6 (patch) | |
tree | 3d58cfda98231de769704373bef5d636f75f7406 /include/linux/dma | |
parent | 2749416f7529993afc8dedaf7e3ce5e5114d40c1 (diff) | |
download | linux-6a4e9307cd3782f8e805fac970b9a240ab3078d6.tar.xz |
dmaengine: qcom: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-62-Julia.Lawall@inria.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux/dma')
-rw-r--r-- | include/linux/dma/qcom-gpi-dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma/qcom-gpi-dma.h b/include/linux/dma/qcom-gpi-dma.h index f46dc3372f11..6680dd1a43c6 100644 --- a/include/linux/dma/qcom-gpi-dma.h +++ b/include/linux/dma/qcom-gpi-dma.h @@ -26,7 +26,7 @@ enum spi_transfer_cmd { * @clk_div: source clock divider * @clk_src: serial clock * @cmd: spi cmd - * @fragmentation: keep CS assserted at end of sequence + * @fragmentation: keep CS asserted at end of sequence * @cs: chip select toggle * @set_config: set peripheral config * @rx_len: receive length for buffer |