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 35705423E6 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 352854282D; 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 9807B40042 for ; Sun, 15 Jan 2023 21:13:30 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 934A1123659; Sun, 15 Jan 2023 21:13:30 +0100 (CET) Subject: |WARNING| pw122077 [PATCH 1/2] Memory Allocation: Fixes ignore_msk during find_next_n in fb_array library In-Reply-To: <1673615669-21011-2-git-send-email-vipinp@vmware.com> References: <1673615669-21011-2-git-send-email-vipinp@vmware.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Vipin P R Message-Id: <20230115201330.934A1123659@dpdk.org> Date: Sun, 15 Jan 2023 21:13:30 +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/122077 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #128: FILE: lib/eal/common/eal_common_fbarray.c:239: +^I^I^I^I^I/* There aren't "need" number of contiguous bits anywhere in the mask. $ WARNING:LONG_LINE_COMMENT: line length of 111 exceeds 100 columns #128: FILE: lib/eal/common/eal_common_fbarray.c:239: + /* There aren't "need" number of contiguous bits anywhere in the mask. ERROR:TRAILING_WHITESPACE: trailing whitespace #129: FILE: lib/eal/common/eal_common_fbarray.c:240: +^I^I^I^I^I * Ignore these many number of bits from LSB for the next iteration. $ WARNING:LONG_LINE_COMMENT: line length of 109 exceeds 100 columns #129: FILE: lib/eal/common/eal_common_fbarray.c:240: + * Ignore these many number of bits from LSB for the next iteration. total: 2 errors, 2 warnings, 13 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.