diff mbox series

dmaengine: Remove spaces before TABs

Message ID 20191206132435.29139-1-geert+renesas@glider.be (mailing list archive)
State Accepted
Headers show
Series dmaengine: Remove spaces before TABs | expand

Commit Message

Geert Uytterhoeven Dec. 6, 2019, 1:24 p.m. UTC
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/linux/dmaengine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul Dec. 10, 2019, 6:10 a.m. UTC | #1
On 06-12-19, 14:24, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  include/linux/dmaengine.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
> index 8fcdee1c0cf9559f..dfd2d35b64af822a 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


Applied, thanks
diff mbox series

Patch

diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 8fcdee1c0cf9559f..dfd2d35b64af822a 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