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 EDB73A00BE for ; Tue, 19 Apr 2022 11:36:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8E0240C35; Tue, 19 Apr 2022 11:36:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 86DD04068E for ; Tue, 19 Apr 2022 11:36:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 78B3C120DB4; Tue, 19 Apr 2022 11:36:49 +0200 (CEST) Subject: |WARNING| pw109885 [PATCH] doc: fix typos 'depreciated' instead of 'deprecated' In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Coleman Message-Id: <20220419093649.78B3C120DB4@dpdk.org> Date: Tue, 19 Apr 2022 11:36:49 +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/109885 _coding style issues_ ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit fatal: bad o ("d90b5ea264660c201")' #69: >From 1871ee6f7b98ef89b7c4893d90b5ea264660c201 Mon Sep 17 00:00:00 2001 WARNING:LEADING_SPACE: please, no spaces at the start of a line #124: FILE: lib/kni/rte_kni.h:67: + struct rte_pci_addr addr; /* deprecated */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #125: FILE: lib/kni/rte_kni.h:68: + struct rte_pci_id id; /* deprecated */$ total: 1 errors, 2 warnings, 26 lines checked