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 CB46F43258 for ; Wed, 1 Nov 2023 01:51:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C3DDE4029E; Wed, 1 Nov 2023 01:51:38 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 16E744029E for ; Wed, 1 Nov 2023 01:51:38 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 99819120A24; Wed, 1 Nov 2023 01:51:35 +0100 (CET) Subject: |WARNING| pw133691 [PATCH 3/3] GSG Section 2: Install and Build DPDK - Updated based on feedback In-Reply-To: <20231101004932.1371-4-dave@youngcopy.com> References: <20231101004932.1371-4-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20231101005136.99819120A24@dpdk.org> Date: Wed, 1 Nov 2023 01:51:35 +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/133691 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #105: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:9: +This chapter provides a comprehensive guide for building DPDK from sources on Linux, FreeBSD, and Windows. It covers the necessary steps, prerequisites, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #197: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:86: +1. Install the Compiler: Download and install the Clang compiler from the $ ERROR:TRAILING_WHITESPACE: trailing whitespace #210: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:97: +1. On Linux (for cross-compilation): Install MinGW-w64 via a package manager. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #214: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:101: + `MinGW-w64 repository `_. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #215: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:102: + Any thread model (POSIX or Win32) can be chosen, DPDK does not rely on it. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #216: FILE: doc/guides/getting_started_guide/install_and_build/building_from_sources.rst:103: + Install to a folder without spaces in its name, like ``C:\MinGW``. $ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 7 errors, 0 warnings, 201 lines checked