[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <BLUPR03MB1412D55CDB4088C95D84B204CAE20@BLUPR03MB1412.namprd03.prod.outlook.com>
Date: Fri, 12 May 2017 18:46:10 +0000
From: Haiyang Zhang <haiyangz@...rosoft.com>
To: David Miller <davem@...emloft.net>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
KY Srinivasan <kys@...rosoft.com>,
"olaf@...fle.de" <olaf@...fle.de>,
"vkuznets@...hat.com" <vkuznets@...hat.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH net-next] tools: hv: Add clean up for included files in
Ubuntu net config
> -----Original Message-----
> From: David Miller [mailto:davem@...emloft.net]
> Sent: Friday, May 12, 2017 12:20 PM
> To: Haiyang Zhang <haiyangz@...rosoft.com>; Haiyang Zhang
> <haiyangz@...rosoft.com>
> Cc: netdev@...r.kernel.org; KY Srinivasan <kys@...rosoft.com>;
> olaf@...fle.de; vkuznets@...hat.com; linux-kernel@...r.kernel.org
> Subject: Re: [PATCH net-next] tools: hv: Add clean up for included files
> in Ubuntu net config
>
> From: Haiyang Zhang <haiyangz@...hange.microsoft.com>
> Date: Fri, 12 May 2017 07:13:33 -0700
>
> >
> > + local fn
> > + for fn in "${fnlist[@]}"
> > + do
> > awk "/$nic_end/{x=0} x{next} /$nic_start/{x=1;next} 1"
> $fn >$tmpfl
> >
> > cp $tmpfl $fn
> > + done
>
> Please indent the body of this loop properly.
Will do. Thanks.
Powered by blists - more mailing lists