From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/2] rte_sched: whitespace cleanup Date: Fri, 11 Sep 2015 12:18:58 -0700 Message-ID: <20150911121858.00357602@urahara> References: <1440780599-14851-1-git-send-email-stephen@networkplumber.org> <1440780599-14851-2-git-send-email-stephen@networkplumber.org> <3EB4FA525960D640B5BDFFD6A3D89126478BAA4A@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Dumitrescu, Cristian" Return-path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id 51BD32EDA for ; Fri, 11 Sep 2015 21:18:48 +0200 (CEST) Received: by pacex6 with SMTP id ex6so82828651pac.0 for ; Fri, 11 Sep 2015 12:18:47 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478BAA4A@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 11 Sep 2015 17:31:10 +0000 "Dumitrescu, Cristian" wrote: > > * p00 _______ p10 _______ p20 _______ p30 _______ > > - * ----->| |----->| |----->| |----->| |-----> > > + *----->| |----->| |----->| |----->| |-----> > > * | 0 | | 1 | | 2 | | 3 | > > - * ----->|_______|----->|_______|----->|_______|----->|_______|-----> > > + *----->|_______|----->|_______|----->|_______|----->|_______|-----> > > * p01 p11 p21 p31 > > * > > ***/ > > You are breaking the ASCII diagram above by removing the first space on the line, but not for all lines. Please check that diagram is OK after the space removal. Sorry, it was global repace issue.