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 00F4B43E9F for ; Thu, 18 Apr 2024 12:35:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F094D40A77; Thu, 18 Apr 2024 12:35:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 537B3402CC for ; Thu, 18 Apr 2024 12:35:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4BE1812083E; Thu, 18 Apr 2024 12:35:11 +0200 (CEST) Subject: |WARNING| pw139488 [RFC 1/6] eal/linux: remove VLA warnings In-Reply-To: <20240418103314.40705-2-konstantin.v.ananyev@yandex.ru> References: <20240418103314.40705-2-konstantin.v.ananyev@yandex.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Konstantin Ananyev Message-Id: <20240418103511.4BE1812083E@dpdk.org> Date: Thu, 18 Apr 2024 12:35:11 +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/139488 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #68: 1) ./lib/eal/linux/eal_interrupts.c:1073:16: warning: ISO C90 forbids variable length array ‘events’ [-Wvla] WARNING:TYPO_SPELLING: 'preocess' may be misspelled - perhaps 'process'? #77: iterations to preocess upt to @maxevents events. WARNING:TYPO_SPELLING: 'techically' may be misspelled - perhaps 'technically'? #78: Note that techically it is not one to one raplacement, as here we might WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #105: FILE: lib/eal/linux/eal_interrupts.c:1074: + unsigned totalfds) total: 0 errors, 4 warnings, 107 lines checked