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 BC15442DF4 for ; Fri, 7 Jul 2023 08:09:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B644743028; Fri, 7 Jul 2023 08:09:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4FB1A43027 for ; Fri, 7 Jul 2023 08:09:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3F1F6120922; Fri, 7 Jul 2023 08:09:08 +0200 (CEST) Subject: |WARNING| pw129369 [PATCH v4] doc: add iavf live migration guide In-Reply-To: <20230707060841.70826-1-lingyu.liu@intel.com> References: <20230707060841.70826-1-lingyu.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Lingyu Liu Message-Id: <20230707060908.3F1F6120922@dpdk.org> Date: Fri, 7 Jul 2023 08:09:08 +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/129369 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #158: 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'? #191: 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