From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C5F3799CC; Thu, 25 May 2017 20:11:13 +0200 (CEST) In-Reply-To: <1495735671-4917-19-git-send-email-nipun.gupta@nxp.com> References: <1495735671-4917-19-git-send-email-nipun.gupta@nxp.com> To: test-report@dpdk.org Cc: Nipun Gupta Message-Id: <20170525181113.C5F3799CC@dpdk.org> Date: Thu, 25 May 2017 20:11:13 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24607 [PATCH 18/20] bus/fslmc: enable portal interrupt handling 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: Thu, 25 May 2017 18:11:14 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24607 _coding style issues_ WARNING:NAKED_SSCANF: unchecked sscanf return value #111: FILE: drivers/bus/fslmc/portal/dpaa2_hw_dpio.c:171: + sscanf(getenv("DPAA2_PORTAL_INTR_TIMEOUT"), "%x", &timeout); WARNING:SSCANF_TO_KSTRTO: Prefer kstrto to single variable sscanf #111: FILE: drivers/bus/fslmc/portal/dpaa2_hw_dpio.c:171: + sscanf(getenv("DPAA2_PORTAL_INTR_TIMEOUT"), "%x", &timeout); total: 0 errors, 2 warnings, 247 lines checked