From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C4DE1A0C47; Thu, 2 Sep 2021 10:10:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49D2C40041; Thu, 2 Sep 2021 10:10:54 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 3871D4003C for ; Thu, 2 Sep 2021 10:10:53 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10094"; a="217164383" X-IronPort-AV: E=Sophos;i="5.84,371,1620716400"; d="scan'208";a="217164383" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2021 01:10:52 -0700 X-IronPort-AV: E=Sophos;i="5.84,371,1620716400"; d="scan'208";a="691262076" Received: from mloughma-mobl.ger.corp.intel.com (HELO bricha3-MOBL.ger.corp.intel.com) ([10.252.1.171]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 02 Sep 2021 01:10:51 -0700 Date: Thu, 2 Sep 2021 09:10:47 +0100 From: Bruce Richardson To: Stephen Hemminger Cc: dev@dpdk.org Message-ID: References: <20210901212707.25079-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901212707.25079-1-stephen@networkplumber.org> Subject: Re: [dpdk-dev] [RFC] devbind: conform to PEP 8 recommended style X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Sep 01, 2021 at 02:27:07PM -0700, Stephen Hemminger wrote: > This fixes most of the warnings from the Flake8 style checker. > The ones remaing are long lines (we allow > 79 characters) > and a line break warning. The line break style changed in later > versions of PEP 8 and the tool is not updated. > > https://www.flake8rules.com/rules/W503.html > > Signed-off-by: Stephen Hemminger > --- > usertools/dpdk-devbind.py | 70 ++++++++++++++++++++++----------------- > 1 file changed, 39 insertions(+), 31 deletions(-) > Thanks for the cleanup. Acked-by: Bruce Richardson