From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CA94FF91E; Thu, 5 Jan 2017 11:43:36 +0100 (CET) In-Reply-To: <1483612983-3545-1-git-send-email-nic@opencloud.tech> References: <1483612983-3545-1-git-send-email-nic@opencloud.tech> To: test-report@dpdk.org Cc: nickcooper-zhangtonghao Message-Id: <20170105104336.CA94FF91E@dpdk.org> Date: Thu, 5 Jan 2017 11:43:36 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18904 [PATCH 1/5] NUMA: Set numa node value for system which not support NUMA. X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2017 10:43:36 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18904 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #64: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:320: + /* The NUMA node information for PCI devices provided through$ ERROR:CODE_INDENT: code indent should use tabs where possible #65: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:321: + * sysfs is invalid for AMD Opteron(TM) Processor 62xx and 63xx$ ERROR:CODE_INDENT: code indent should use tabs where possible #66: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:322: + * on Red Hat Enterprise Linux 6, and VMs on some hypervisors.$ ERROR:CODE_INDENT: code indent should use tabs where possible #67: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:323: + * In the upstream linux kernel, the numa_node is an integer,$ ERROR:CODE_INDENT: code indent should use tabs where possible #68: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:324: + * which data type is int, not unsigned long.$ ERROR:CODE_INDENT: code indent should use tabs where possible #69: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:325: + */$ total: 6 errors, 0 warnings, 14 lines checked