From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 621547260; Fri, 30 Mar 2018 16:48:21 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Tonghao Zhang Message-Id: <20180330144821.621547260@dpdk.org> Date: Fri, 30 Mar 2018 16:48:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36781 [PATCH] Build is broken in dpdk-next-net 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: Fri, 30 Mar 2018 14:48:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36781 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #17: I rebuild it on ubuntu 17.10 and cash it. I use the 'RTE_SET_USED' to fix it. ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("commit description")' #67: >> > ad94ade905454401b705be9e06b19e54a1c78148 vhost: add pipe event for WARNING:LEADING_SPACE: please, no spaces at the start of a line #95: FILE: lib/librte_vhost/fd_man.c:282: + int r = read(readfd, charbuf, sizeof(charbuf));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #96: FILE: lib/librte_vhost/fd_man.c:283: + RTE_SET_USED(r);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #105: FILE: lib/librte_vhost/fd_man.c:323: + int r = write(fdset->u.writefd, "1", 1);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #106: FILE: lib/librte_vhost/fd_man.c:324: + RTE_SET_USED(r);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 2 errors, 5 warnings, 16 lines checked