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 2B19A423E6 for ; Sun, 15 Jan 2023 21:13:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A53240156; Sun, 15 Jan 2023 21:13:31 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 440EA40042 for ; Sun, 15 Jan 2023 21:13:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3FE59123659; Sun, 15 Jan 2023 21:13:28 +0100 (CET) Subject: |WARNING| pw122078 [PATCH 2/2] Memory Allocation: Alternative fix for ignore_msk during find_next_n in fb_array library In-Reply-To: <1673615669-21011-3-git-send-email-vipinp@vmware.com> References: <1673615669-21011-3-git-send-email-vipinp@vmware.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Vipin P R Message-Id: <20230115201328.3FE59123659@dpdk.org> Date: Sun, 15 Jan 2023 21:13:28 +0100 (CET) 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/122078 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #142: FILE: lib/eal/common/eal_common_fbarray.c:224: +^I^I^I$ WARNING:LONG_LINE_COMMENT: line length of 110 exceeds 100 columns #152: FILE: lib/eal/common/eal_common_fbarray.c:241: + /* There aren't "need" number of contiguous bits anywhere in the mask. WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #159: FILE: lib/eal/common/eal_common_fbarray.c:248: + /* clear all bits upto the first clear bit in lookahead_msk_. */ WARNING:LONG_LINE_COMMENT: line length of 104 exceeds 100 columns #159: FILE: lib/eal/common/eal_common_fbarray.c:248: + /* clear all bits upto the first clear bit in lookahead_msk_. */ WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns #165: FILE: lib/eal/common/eal_common_fbarray.c:254: + /* ignore all bits preceding the first set bit after the first clear bit ERROR:TRAILING_WHITESPACE: trailing whitespace #166: FILE: lib/eal/common/eal_common_fbarray.c:255: +^I^I^I^I^I * starting from LSB of lookahead_msk_. $ total: 2 errors, 4 warnings, 47 lines checked Vipin P R is unknown, please fix the commit message or update .mailmap. Kumara Parameshwaran mail differs from primary mail, please fix the commit message or update .mailmap.