From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9FAD1A3168 for ; Wed, 16 Oct 2019 15:19:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 907E51E8CE; Wed, 16 Oct 2019 15:19:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E81831E8AC; Wed, 16 Oct 2019 15:19:06 +0200 (CEST) In-Reply-To: <20191016141729.67221-1-jasvinder.singh@intel.com> References: <20191016141729.67221-1-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20191016131906.E81831E8AC@dpdk.org> Date: Wed, 16 Oct 2019 15:19:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61308 [PATCH v2 1/2] sched: add support for 64 bit values 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/61308 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #302: FILE: examples/qos_sched/stats.c:310: + printf("| %d | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu32 " | ", WARNING:LONG_LINE: line over 90 characters #311: FILE: examples/qos_sched/stats.c:354: + printf("| %d | %d | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11i | ", WARNING:LONG_LINE: line over 90 characters #320: FILE: examples/qos_sched/stats.c:362: + printf("| %d | %d | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11i | ", total: 0 errors, 3 warnings, 359 lines checked