From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id E252042BA9
	for <public@inbox.dpdk.org>; Fri, 26 May 2023 11:03:40 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id DE33F40A89;
	Fri, 26 May 2023 11:03:40 +0200 (CEST)
Received: from dpdk.org (dpdk.org [92.243.24.197])
 by mails.dpdk.org (Postfix) with ESMTP id B165840A89
 for <test-report@dpdk.org>; Fri, 26 May 2023 11:03:39 +0200 (CEST)
Received: by dpdk.org (Postfix, from userid 65534)
 id 9AFCD120927; Fri, 26 May 2023 11:03:39 +0200 (CEST)
Subject: |WARNING| pw127553 [PATCH v8] enhance NUMA affinity heuristic
In-Reply-To: <20230526084535.374803-1-kaisenx.you@intel.com>
References: <20230526084535.374803-1-kaisenx.you@intel.com>
To: test-report@dpdk.org
From: checkpatch@dpdk.org
Cc: Kaisen You <kaisenx.you@intel.com>
Message-Id: <20230526090339.9AFCD120927@dpdk.org>
Date: Fri, 26 May 2023 11:03:39 +0200 (CEST)
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/127553

_coding style issues_


WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'?
#129: FILE: lib/eal/common/malloc_heap.c:719:
+	/* We couldn't find quickly find a NUMA node where memory was available,

WARNING:TYPO_SPELLING: 'affinitized' may be misspelled - perhaps 'affinities'?
#134: FILE: lib/eal/common/malloc_heap.c:724:
+	 * thread is affinitized to multiple NUMA nodes.

total: 0 errors, 2 warnings, 27 lines checked