diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-12-06 16:24:35 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-12-10 09:10:15 +0300 |
commit | dda510890498b9a2f4b2142192f6d516c6c1e2e5 (patch) | |
tree | 32e6ec6661f2ea52ac8171632c3e57f8a4e27f76 /include | |
parent | f68190c8cb753b0d150daa9d5e2b72ca0dfecf5c (diff) | |
download | linux-dda510890498b9a2f4b2142192f6d516c6c1e2e5.tar.xz |
dmaengine: Remove spaces before TABs
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191206132435.29139-1-geert+renesas@glider.be
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dmaengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 8fcdee1c0cf9..dfd2d35b64af 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -481,7 +481,7 @@ struct dmaengine_unmap_data { * @cookie: tracking cookie for this transaction, set to -EBUSY if * this tx is sitting on a dependency list * @flags: flags to augment operation preparation, control completion, and - * communicate status + * communicate status * @phys: physical address of the descriptor * @chan: target channel for this operation * @tx_submit: accept the descriptor, assign ordered cookie and mark the |