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 C1F73425F1 for ; Wed, 20 Sep 2023 17:52:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BD00240041; Wed, 20 Sep 2023 17:52:03 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7038C40041 for ; Wed, 20 Sep 2023 17:51:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 656FC120802; Wed, 20 Sep 2023 17:51:58 +0200 (CEST) Subject: |WARNING| pw131747 [PATCH 4/6] Section 4: Running Applications In-Reply-To: <20230920154817.617-5-dave@youngcopy.com> References: <20230920154817.617-5-dave@youngcopy.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Young Message-Id: <20230920155158.656FC120802@dpdk.org> Date: Wed, 20 Sep 2023 17:51:58 +0200 (CEST) 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/131747 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:TRAILING_WHITESPACE: trailing whitespace #165: 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 #171: 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 #172: 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 #179: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:63: +For a detailed list of EAL options, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #190: 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 #198: FILE: doc/guides/getting_started_guide/run_apps/run_apps.rst:82: +``SeLockMemoryPrivilege`` for the user running an application. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #199: 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 #200: 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 #210: 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: