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 5BB2942DBE for ; Mon, 3 Jul 2023 07:16:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 53DD640156; Mon, 3 Jul 2023 07:16:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 20E8B40156 for ; Mon, 3 Jul 2023 07:16:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 136EC120922; Mon, 3 Jul 2023 07:16:11 +0200 (CEST) Subject: |WARNING| pw129183 [PATCH] doc: add ice VF live migration guide In-Reply-To: <20230703051449.191259-1-lingyu.liu@intel.com> References: <20230703051449.191259-1-lingyu.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Lingyu Liu Message-Id: <20230703051611.136EC120922@dpdk.org> Date: Mon, 3 Jul 2023 07:16:11 +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/129183 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #132: FILE: doc/guides/nics/intel_vf.rst:677: + 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'? #160: FILE: doc/guides/nics/intel_vf.rst:705: + 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, 108 lines checked