From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id DDF4D2C28; Fri, 13 Jul 2018 16:24:50 +0200 (CEST) In-Reply-To: <20180713142302.34576-4-david.hunt@intel.com> References: <20180713142302.34576-4-david.hunt@intel.com> To: test-report@dpdk.org Cc: David Hunt Message-Id: <20180713142450.DDF4D2C28@dpdk.org> Date: Fri, 13 Jul 2018 16:24:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw43057 [v4, 3/9] examples/vm_power: add oob monitoring functions 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: Fri, 13 Jul 2018 14:24:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/43057 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #204: FILE: examples/vm_power_manager/oob_monitor_x86.c:13: +static volatile unsigned run_loop = 1; total: 0 errors, 1 warnings, 376 lines checked