From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E60F11B21B; Thu, 21 Dec 2017 10:16:30 +0100 (CET) In-Reply-To: <20171221091540.8624-1-ilovethull@163.com> References: <20171221091540.8624-1-ilovethull@163.com> To: test-report@dpdk.org Cc: "Zhao, Bing" Message-Id: <20171221091630.E60F11B21B@dpdk.org> Date: Thu, 21 Dec 2017 10:16:30 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32549 [PATCH] reset src fd field to -1 in fdset_move of vhost X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 09:16:31 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32549 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #15: In the fdset_move, after copying the fd&rwfds from the src to the dst, the fd should be set to -1. Or else in some cases, there will be a fault missing. E.g: total: 0 errors, 1 warnings, 7 lines checked