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 3546E42DE3 for ; Thu, 6 Jul 2023 09:26:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2FB8040144; Thu, 6 Jul 2023 09:26:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E7B8340144 for ; Thu, 6 Jul 2023 09:26:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CC3C3120922; Thu, 6 Jul 2023 09:26:23 +0200 (CEST) Subject: |WARNING| pw129326 [PATCH v3] doc: add iavf live migration guide In-Reply-To: <20230706072448.30063-1-lingyu.liu@intel.com> References: <20230706072448.30063-1-lingyu.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Lingyu Liu Message-Id: <20230706072623.CC3C3120922@dpdk.org> Date: Thu, 6 Jul 2023 09:26:23 +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/129326 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #157: FILE: doc/guides/nics/intel_vf.rst:690: + qemu/build/x86_64-softmmu/qemu-system-x86_64 -enable-kvm -cpu host -m 4G -smp 1 -device vfio-pci,host=0000:ca:11.0,x-enable-migration=true,x-pre-copy-dirty-page-tracking=off -drive file=ubuntu-2004.qcow2 -nic user,hostfwd=tcp::5555-:22 -monitor stdio WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #190: FILE: doc/guides/nics/intel_vf.rst:723: + qemu/build/x86_64-softmmu/qemu-system-x86_64 -enable-kvm -cpu host -m 4G -smp 1 -device vfio-pci,host=0000:ca:11.1,x-enable-migration=true,x-pre-copy-dirty-page-tracking=off -drive file=ubuntu-2004.qcow2 -nic user,hostfwd=tcp::5556-:22 -monitor stdio -incoming tcp:127.0.0.1:4444 total: 0 errors, 2 warnings, 128 lines checked