[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <04909949-0316-ff34-682b-9286fac1a8a7@trained-monkey.org>
Date: Thu, 27 May 2021 11:02:47 -0400
From: Jes Sorensen <jes@...ined-monkey.org>
To: Hui Tang <tanghui20@...wei.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] net: hippi: remove leading spaces before tabs
On 5/19/21 11:57 PM, Hui Tang wrote:
> There are a few leading spaces before tabs and remove it by running
> the following commard:
>
> $ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/'
>
> Signed-off-by: Hui Tang <tanghui20@...wei.com>
> ---
> drivers/net/hippi/rrunner.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Acked-by: Jes Sorensen <jes@...ined-monkey.org>
Powered by blists - more mailing lists