From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] tools/dpdk_nic_bind: fix flake8 warnings Date: Thu, 24 Mar 2016 21:27:35 +0100 Message-ID: <2780035.MI59LyQjJV@xps13> References: <1455834773-5584-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> <1455901398-5454-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: Mauricio Vasquez B Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 4E5E02904 for ; Thu, 24 Mar 2016 21:29:20 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id l68so1168893wml.1 for ; Thu, 24 Mar 2016 13:29:20 -0700 (PDT) In-Reply-To: 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" > > flake8 checks were run for both python 2.7 and 3.4 > > > > There were some style issues as: > > - Line width > 79 > > - No double blank line before function definition > > - No double blank space before inline comment > > - Some other minor issues > > > > Signed-off-by: Mauricio Vasquez B > > > > Acked-by: John McNamara Applied, thanks