From patchwork Fri Dec 6 13:24:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11276131 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4897C930 for ; Fri, 6 Dec 2019 13:24:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 310B724670 for ; Fri, 6 Dec 2019 13:24:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726157AbfLFNYk (ORCPT ); Fri, 6 Dec 2019 08:24:40 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:43190 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726128AbfLFNYk (ORCPT ); Fri, 6 Dec 2019 08:24:40 -0500 Received: from ramsan ([84.195.182.253]) by andre.telenet-ops.be with bizsmtp id adQd2100T5USYZQ01dQdbe; Fri, 06 Dec 2019 14:24:38 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1idDb3-0006CQ-QG; Fri, 06 Dec 2019 14:24:37 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1idDb3-0007ai-Ow; Fri, 06 Dec 2019 14:24:37 +0100 From: Geert Uytterhoeven To: Dan Williams , Vinod Koul Cc: dmaengine@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] dmaengine: Remove spaces before TABs Date: Fri, 6 Dec 2019 14:24:35 +0100 Message-Id: <20191206132435.29139-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Signed-off-by: Geert Uytterhoeven --- 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