From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8D9EC8082 for ; Mon, 24 Nov 2014 17:14:29 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 24 Nov 2014 08:25:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,449,1413270000"; d="scan'208";a="637253459" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 24 Nov 2014 08:25:15 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.105]) by IRSMSX103.ger.corp.intel.com ([169.254.3.134]) with mapi id 14.03.0195.001; Mon, 24 Nov 2014 16:24:25 +0000 From: "Doherty, Declan" To: Thomas Monjalon Thread-Topic: [PATCH v7 0/7] link bonding Thread-Index: AQHQB+IdI2h8UgPQX0S1W9HF26PvrJxv6MoAgAAMe/A= Date: Mon, 24 Nov 2014 16:24:24 +0000 Message-ID: <345C63BAECC1AD42A2EC8C63AFFC3ADC274244EC@IRSMSX101.ger.corp.intel.com> References: <1415362978-6306-1-git-send-email-declan.doherty@intel.com> <1416832054-24086-1-git-send-email-declan.doherty@intel.com> <1498541.nlX6zYGF9a@xps13> In-Reply-To: <1498541.nlX6zYGF9a@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v7 0/7] link bonding 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, 24 Nov 2014 16:14:30 -0000 Hey, sorry about that, I submitted the patchset without the typo fix. I'll = resubmit the patchset now. What version of checkpatch are you using, I don't get any warning for the m= issing spaces for the version of the script with kernel 3.15 on Fedora Thanks Declan > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, November 24, 2014 3:36 PM > To: Doherty, Declan > Cc: dev@dpdk.org > Subject: Re: [PATCH v7 0/7] link bonding >=20 > Hi Declan, >=20 > There are still 2 kind of errors reported by checkpatch: > - 14 occurrences of this typo: > WARNING:TYPO_SPELLING: 'interupt' may be misspelled - perhaps 'interrupt'= ? > - 6 occurences of missing space: > WARNING:MISSING_SPACE: break quoted strings at a space character >=20 > Example: > #2016: FILE: lib/librte_pmd_bond/rte_eth_bond_pmd.c:1420: > + "LSC polling interval can be specified on= ly once for bonded" > + "device %s\n", name); > You should put a space between "bonded" and "device". >=20 > -- > Thomas