From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 4A15F1AFFC; Wed, 9 May 2018 11:44:45 +0200 (CEST) In-Reply-To: <20180509094337.26112-11-thomas@monjalon.net> References: <20180509094337.26112-11-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20180509094445.4A15F1AFFC@dpdk.org> Date: Wed, 9 May 2018 11:44:45 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw39549 [PATCH 10/11] net/failsafe: fix sub-device ownership race 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: Wed, 09 May 2018 09:44:45 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/39549 _coding style issues_ CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #50: FILE: drivers/net/failsafe/failsafe.c:207: + DEBUG("Failsafe port %u owner info: %s_%016"PRIX64, dev->data->port_id, CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #147: FILE: drivers/net/failsafe/failsafe_eal.c:67: + INFO("sub_device %d owner(%s_%016"PRIX64") is not my," CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #148: FILE: drivers/net/failsafe/failsafe_eal.c:68: + " owner(%s_%016"PRIX64"), will try again later", total: 0 errors, 0 warnings, 3 checks, 182 lines checked