From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D4E119109; Sat, 27 May 2017 12:20:14 +0200 (CEST) In-Reply-To: <1495880735-1651-17-git-send-email-shreyansh.jain@nxp.com> References: <1495880735-1651-17-git-send-email-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170527102014.D4E119109@dpdk.org> Date: Sat, 27 May 2017 12:20:14 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24769 [PATCH RFC 16/39] bus/dpaa: add BMan hardware interfaces X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 10:20:15 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24769 _coding style issues_ WARNING:TYPO_SPELLING: 'uncommited' may be misspelled - perhaps 'uncommitted'? #678: FILE: drivers/bus/dpaa/base/qbman/bman.h:233: + pr_crit("losing uncommited RCR entries "); WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON() #1033: FILE: drivers/bus/dpaa/base/qbman/bman_driver.c:138: + BUG_ON(cfg != &pcfg); total: 0 errors, 2 warnings, 1007 lines checked