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 9C29843CDC for ; Mon, 18 Mar 2024 03:41:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 96A79402BF; Mon, 18 Mar 2024 03:41:19 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C1FC740289 for ; Mon, 18 Mar 2024 03:41:17 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 98BDC1223EF; Mon, 18 Mar 2024 03:41:17 +0100 (CET) Subject: |WARNING| pw138439 [PATCH v2 1/1] eal: add C++ include guard in generic/rte_vect.h In-Reply-To: <20240318024002.551435-1-ashish.sadanandan@gmail.com> References: <20240318024002.551435-1-ashish.sadanandan@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ashish Sadanandan Message-Id: <20240318024117.98BDC1223EF@dpdk.org> Date: Mon, 18 Mar 2024 03:41:17 +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/138439 _coding style issues_ WARNING:TYPO_SPELLING: 'defintions' may be misspelled - perhaps 'definitions'? #129: FILE: doc/guides/contributing/coding_style.rst:112: +Public headers should enclose all function and variable declarations and defintions in an ``extern "C"`` block to facilitate interoperability with C++. total: 0 errors, 1 warnings, 53 lines checked