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 153A145B4C for ; Tue, 22 Oct 2024 16:44:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F118D402C2; Tue, 22 Oct 2024 16:44:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F3EBC4029B for ; Tue, 22 Oct 2024 16:44:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D995E1206AA; Tue, 22 Oct 2024 16:44:29 +0200 (CEST) Subject: |WARNING| pw146645 [PATCH] ixgbe: Removed FreeBSD forcing wait in ixgbe_dev_link_update_share In-Reply-To: <20241022144205.49664-1-lew@perftech.com> References: <20241022144205.49664-1-lew@perftech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: lew@perftech.com Message-Id: <20241022144429.D995E1206AA@dpdk.org> Date: Tue, 22 Oct 2024 16:44:29 +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/146645 _coding style issues_ WARNING:TYPO_SPELLING: 'lew' may be misspelled - perhaps 'lieu'? #44: From: Lewis Donzis WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #46: Forcing wait true prevents checking link status without delay, because the function will wait more than 10 seconds for link status to be true. total: 0 errors, 2 warnings, 0 checks, 11 lines checked