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 8483643274 for ; Fri, 3 Nov 2023 05:04:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F9AF40265; Fri, 3 Nov 2023 05:04:39 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EEDB540265 for ; Fri, 3 Nov 2023 05:04:37 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id E4D59120A24; Fri, 3 Nov 2023 05:04:37 +0100 (CET) Subject: |WARNING| pw133801 [PATCH v3 4/7] Section 4: Running Applications In-Reply-To: <20231103040202.2849-5-dave@youngcopy.com> References: <20231103040202.2849-5-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20231103040437.E4D59120A24@dpdk.org> Date: Fri, 3 Nov 2023 05:04:37 +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/133801 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:TRAILING_WHITESPACE: trailing whitespace #166: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:49: +For a comprehensive list of sample applications and their guides, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #172: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:55: +Every DPDK application is linked with the DPDK target environment’s $ ERROR:TRAILING_WHITESPACE: trailing whitespace #173: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:56: +Environmental Abstraction Layer (EAL) library, which provides generic options. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #180: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:63: +For a detailed list of EAL options, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #191: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:74: +Running DPDK applications on Windows involves a few different steps. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #199: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:82: +``SeLockMemoryPrivilege`` for the user running an application. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #200: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:83: +This privilege allows the DPDK application to keep data in physical memory, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #201: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:84: +preventing the system from paging the data to virtual memory. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #211: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:94: +current user, a logoff is required before it is available. $ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 10 errors, 1 warnings, 128 lines checked Warning in doc/guides/getting_started_guide/run_apps/run_apps.rst: Using explicit URL to doc.dpdk.org, prefer :ref: or :doc: