From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 9790F5A3E for ; Mon, 3 Aug 2015 18:04:33 +0200 (CEST) Received: by wicgj17 with SMTP id gj17so112188736wic.1 for ; Mon, 03 Aug 2015 09:04:33 -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=D04tvCZEHd2Gj4pLpq5FDyMR8waHwWjUaW7pmyBr+Ks=; b=e0HJv9h8K9tSYwXVIFHTGLXYOK8yFGdbOSfhLTHRCPVXarUiwaGrFHLxlzyCDrFG/N rDr6KgnYai958zBJSmAKmYnq0nO2sPpF0groy2Mv7ij4t8/nbfv6hQvwld9Ynt8IWMBM 8m8H3kXufxHlw7UAd0PVOHqmE3zUq1hMrcpIJ0XGuW4XbNvhrhqHGlJMiNA2saOF6oc2 oIWvfXzNRtED4NNQxmyr0dfdFAh1VYwSbFoRJkTASBhAesqKT99KuHRpa8/iLBNQmDxm 9jGSBi5d1ZX9qBi/nAL7eHclBtqF2gKlGRxwzeGzvXP3+B0HE4mAxLPQYSmwkhllxyDJ N0mQ== X-Gm-Message-State: ALoCoQkMQf35VcclGtSpBNobsOOWeNpFe13dZx+zoBYc+DOgEmqvHEw/+k3wCuBQ/LZqpUa73Vu3 X-Received: by 10.194.185.8 with SMTP id ey8mr35003245wjc.118.1438617872840; Mon, 03 Aug 2015 09:04:32 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id bm9sm14271699wib.10.2015.08.03.09.04.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 09:04:31 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 03 Aug 2015 18:03:16 +0200 Message-ID: <6046857.Y0WyjQXq9f@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1428963071-4226-1-git-send-email-stephen@networkplumber.org> References: <1428963071-4226-1-git-send-email-stephen@networkplumber.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 0/2] eal-pci: cleanups 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: Mon, 03 Aug 2015 16:04:33 -0000 2015-04-13 15:11, Stephen Hemminger: > Part of my patch-a-day seeries > > Stephen Hemminger (2): > pci: cleanup whitespace > pci: rearrange logic from compare loop > > lib/librte_eal/linuxapp/eal/eal_pci.c | 41 +++++++++++++++++------------------ > 1 file changed, 20 insertions(+), 21 deletions(-) > > Applied only patch 2 without patch 1 (whitespace cleanup). There is no rule but accepting such patch for whitespace would open the door to a lot of minor patches which complexify git history search (git-blame).