From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E6326D1E6; Tue, 11 Apr 2017 15:38:46 +0200 (CEST) In-Reply-To: <1491917847-3935-4-git-send-email-hemant.agrawal@nxp.com> References: <1491917847-3935-4-git-send-email-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20170411133846.E6326D1E6@dpdk.org> Date: Tue, 11 Apr 2017 15:38:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23463 [PATCH v4 03/21] bus/fslmc: add QBMAN driver to bus 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: Tue, 11 Apr 2017 13:38:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23463 _coding style issues_ WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant #400: FILE: drivers/bus/fslmc/qbman/include/compat.h:317: +#define BITS_MASK(idx) ((unsigned long)1 << ((idx) & (BITS_PER_ULONG - 1))) ERROR:SPACING: space prohibited after that open parenthesis '(' #3644: FILE: drivers/bus/fslmc/qbman/qbman_private.h:95: +#define MAKE_MASK32(width) ((uint32_t)(( 1ULL << width) - 1)) WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant #3716: FILE: drivers/bus/fslmc/qbman/qbman_private.h:167: + unsigned long start = p & ~(unsigned long)15; WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant #3717: FILE: drivers/bus/fslmc/qbman/qbman_private.h:168: + unsigned long end = (p + sz + 15) & ~(unsigned long)15; total: 1 errors, 3 warnings, 4109 lines checked