From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D651BC43334 for ; Thu, 9 Jun 2022 06:02:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238672AbiFIGCh (ORCPT ); Thu, 9 Jun 2022 02:02:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238658AbiFIGCg (ORCPT ); Thu, 9 Jun 2022 02:02:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A982D3467B; Wed, 8 Jun 2022 23:02:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4150461D74; Thu, 9 Jun 2022 06:02:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE63EC34114; Thu, 9 Jun 2022 06:02:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654754554; bh=X34ZjtsyR0m6ClijUw/6T122Jch6uZuEEKkg4CUvxnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bzk1ZEYO/ct+lsSah+RfSooCnTQPmDCuz91FUk1KiSQ/x0mE3pw54T+VKucP46xXY RAZ8rmRqu+VFuJPeqjfLKG1Ne47umqU5WJbxT9L4aY4YpYedfyp+jJYWn80sxWxudv NMHjH7/oof08crzD79HLjHCfQy3/5y/5oelqpNTNPVQg2D5GoUtUscsjH9vwqJIckE 9x3kOmvyV9w264mHplC+cfMJAU52KvYBx46k+R1CSVQ+kKRABAXKvv2ruMObZtdggU 6fdUaudajeKk3ADgwdy+GBX5YX6Cxm3QbnQd1Rja6VWNycLShJEVYlrTxcSmzTqFzQ okAF81k5Go/UQ== Date: Thu, 9 Jun 2022 11:32:30 +0530 From: Vinod Koul To: Geert Uytterhoeven Cc: dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: dmatest: Remove spaces before tabs Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 08-06-22, 17:42, Geert Uytterhoeven wrote: > Scripts/checkpath.pl says "please, no space before tabs". Applied, thanks -- ~Vinod