From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 828C2A0503 for ; Thu, 19 May 2022 20:05:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7CFC840223; Thu, 19 May 2022 20:05:03 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9917B40156 for ; Thu, 19 May 2022 20:05:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 85A38120945; Thu, 19 May 2022 20:05:02 +0200 (CEST) Subject: |WARNING| pw111438 [PATCH 3/3] ixgbe: make hotplug detection aware of changed SFPs In-Reply-To: <20220519180248.23831-4-jeffd@silicom-usa.com> References: <20220519180248.23831-4-jeffd@silicom-usa.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jeff Daly Message-Id: <20220519180502.85A38120945@dpdk.org> Date: Thu, 19 May 2022 20:05:02 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/111438 _coding style issues_ WARNING:BAD_SIGN_OFF: Non-standard signature: Inspired-by: #112: Inspired-by: Stephen Douthit WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #219: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:2476: + * */ ERROR:C99_COMMENTS: do not use C99 // comments #443: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4431: +// pthread_detach(pthread_self()); ERROR:CODE_INDENT: code indent should use tabs where possible #456: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4468: + bool *link_up, bool link_up_wait_to_complete)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #456: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4468: + bool *link_up, bool link_up_wait_to_complete)$ total: 2 errors, 3 warnings, 0 checks, 376 lines checked