From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 925F41B766; Tue, 24 Oct 2017 10:37:45 +0200 (CEST) In-Reply-To: <20171024083718.22624-1-ilovethull@163.com> References: <20171024083718.22624-1-ilovethull@163.com> To: test-report@dpdk.org Cc: "Zhao, Bing" Message-Id: <20171024083745.925F41B766@dpdk.org> Date: Tue, 24 Oct 2017 10:37:45 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30761 [PATCH pktgen] Fix the protocol settings with the range command. 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: Tue, 24 Oct 2017 08:37:45 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30761 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #15: A "%" is missing in the command line, so the parameter comparison always returns failure. And the local variable "what" points to the argv[4], it is incorrect for this command since the argc is 4 and the max should be argv[3]. ERROR:SPACING: space prohibited before that close parenthesis ')' #42: FILE: app/cli-functions.c:283: + range_set_proto(info, argv[3]) ); total: 1 errors, 1 warnings, 16 lines checked