From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 07CC1B0A3 for ; Wed, 11 Jun 2014 12:03:33 +0200 (CEST) Received: by mail-we0-f182.google.com with SMTP id q59so3593553wes.13 for ; Wed, 11 Jun 2014 03:03:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=hbBzk5inlhiF5mCvpvLdVFlbHdtHpDIlKwux4Jn4w1o=; b=jZV8fBfv2ULH9+mRppeMfgSS/NVXDRUxWU3XYhZt/8WBWFVTKhuO18ktLLMAbi4KCX TR2/0yLrub8QIBvJzSCTWveAHeQvMKb/s7pEQnx22XPARGeMGJgXp/IWE4RnKTEpmmAh F69oM0BhZbrzlCS1GQmhCVVl5oICTk0Qu7U5ORmlTfBcWJdg0EhAF+OYhH8gQ711xgtS vwsHXo8bwL+NtjCh3HqvjIOB/OPFKMTUUFiDyVfa03nm2qXb2YSixGnl+qxT5G0w7jaK AZof3St8n94vN93Kj3Uuc0b+59g6olWyQzKhE4FePW70Sv6u/fd9DWZzG1FAAvaIkJ1S zI3Q== X-Gm-Message-State: ALoCoQmk76inFeswiOdAxL1L4aXrpGVN9mcDHZ/6a4UcMaagV0GFvVaaw1WVk7843IFRJJ4F986Q X-Received: by 10.180.81.102 with SMTP id z6mr45504594wix.54.1402481028689; Wed, 11 Jun 2014 03:03:48 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id s9sm26159461wix.13.2014.06.11.03.03.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 03:03:47 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 11 Jun 2014 12:03:48 +0200 Message-ID: <87655757.0nh8hPpYoP@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <20140606105032.GA1671@hmsreliant.think-freely.org> References: <1401838970-20968-1-git-send-email-bruce.richardson@intel.com> <20140606105032.GA1671@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fix trailing whitespace. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 10:03:34 -0000 > > This commit removes trailing whitespace from lines in files. Almost all > > files are affected, as the BSD license copyright header had trailing > > whitespace on 4 lines in it [hence the number of files reporting 8 lines > > changed in the diffstat]. > > > > Signed-off-by: Bruce Richardson > Acked-by: Neil Horman I've completed it with these changes: - remove spaces before tabs in libs - remove more trailing spaces in non-C files Applied for version 1.7.0. Some whitespaces and indentation errors are remaining, especially in examples. But it can be fixed when examples will be updated. I'm not a big fan of such patch. I prefer to take care of not adding new spacing errors. So from now, trailing whitespaces, spaces before tabs and wrong indentation should be tracked carefully in new patches. Thanks -- Thomas