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