From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/7] link bonding Date: Mon, 24 Nov 2014 16:35:30 +0100 Message-ID: <1498541.nlX6zYGF9a@xps13> References: <1415362978-6306-1-git-send-email-declan.doherty@intel.com> <1416832054-24086-1-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Declan Doherty Return-path: In-Reply-To: <1416832054-24086-1-git-send-email-declan.doherty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Declan, 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 Example: #2016: FILE: lib/librte_pmd_bond/rte_eth_bond_pmd.c:1420: + "LSC polling interval can be specified only once for bonded" + "device %s\n", name); You should put a space between "bonded" and "device". -- Thomas