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 AE07E42A9D for ; Tue, 9 May 2023 04:08:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA3D840EF0; Tue, 9 May 2023 04:08:19 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0FFBD40EF0 for ; Tue, 9 May 2023 04:08:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EEB36120565; Tue, 9 May 2023 04:08:17 +0200 (CEST) Subject: |WARNING| pw126776 [PATCH net] net/vmxnet3: fix drop of empty segments in tx In-Reply-To: <20230509020724.23918-1-doshir@vmware.com> References: <20230509020724.23918-1-doshir@vmware.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ronak Doshi Message-Id: <20230509020817.EEB36120565@dpdk.org> Date: Tue, 9 May 2023 04:08:17 +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/126776 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #84: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:415: + Vmxnet3_GenericDesc *gdesc = NULL; WARNING:TYPO_SPELLING: 'exectuted' may be misspelled - perhaps 'executed'? #142: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:517: + /* We must have exectuted the complete preceding loop at least total: 0 errors, 1 warnings, 1 checks, 67 lines checked