From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6B3CC7CD8; Thu, 29 Jun 2017 23:57:46 +0200 (CEST) In-Reply-To: <1498732085-18449-20-git-send-email-nipun.gupta@nxp.com> References: <1498732085-18449-20-git-send-email-nipun.gupta@nxp.com> To: test-report@dpdk.org Cc: Nipun Gupta Message-Id: <20170629215746.6B3CC7CD8@dpdk.org> Date: Thu, 29 Jun 2017 23:57:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25972 [PATCH 19/21 v4] 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, 29 Jun 2017 21:57:46 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25972 _coding style issues_ WARNING:NAKED_SSCANF: unchecked sscanf return value #111: FILE: drivers/bus/fslmc/portal/dpaa2_hw_dpio.c:175: + 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:175: + sscanf(getenv("DPAA2_PORTAL_INTR_TIMEOUT"), "%x", &timeout); total: 0 errors, 2 warnings, 247 lines checked