From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2CD62324D; Thu, 18 May 2017 13:33:28 +0200 (CEST) In-Reply-To: <1495107150-22206-1-git-send-email-markus.theil@tu-ilmenau.de> References: <1495107150-22206-1-git-send-email-markus.theil@tu-ilmenau.de> To: test-report@dpdk.org Cc: Markus Theil Message-Id: <20170518113328.2CD62324D@dpdk.org> Date: Thu, 18 May 2017 13:33:28 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24393 [PATCH] net/igb: fix add/delete of flex filters 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, 18 May 2017 11:33:28 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24393 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #16: and used after rte_zmalloc. The corresponding code was therefore moved into the add WARNING:LONG_LINE: line over 90 characters #34: FILE: drivers/net/e1000/igb_ethdev.c:3660: + if ((type) != e1000_82580 && (type) != e1000_i350 && (type) != e1000_i210 && (type) != e1000_i211)\ total: 0 errors, 2 warnings, 0 checks, 40 lines checked