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 DE30BA046B for ; Mon, 22 Jul 2019 13:03:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CCE4B1BF54; Mon, 22 Jul 2019 13:03:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 91D0C1BF75; Mon, 22 Jul 2019 13:03:54 +0200 (CEST) In-Reply-To: <20190722110148.101656-11-jasvinder.singh@intel.com> References: <20190722110148.101656-11-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20190722110354.91D0C1BF75@dpdk.org> Date: Mon, 22 Jul 2019 13:03:54 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56868 [PATCH v7 10/11] examples/qos_sched: add tc and queue config flexibility 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/56868 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #1061: FILE: examples/qos_sched/stats.c:299: + printf("| %d | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | ", WARNING:LONG_LINE: line over 90 characters #1141: FILE: examples/qos_sched/stats.c:342: + printf("| %d | %d | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11i | ", WARNING:LONG_LINE: line over 90 characters #1149: FILE: examples/qos_sched/stats.c:350: + printf("| %d | %d | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11i | ", WARNING:LONG_LINE: line over 90 characters #1150: FILE: examples/qos_sched/stats.c:351: + i, j, stats.n_pkts, stats.n_pkts_dropped, stats.n_bytes, total: 0 errors, 4 warnings, 1074 lines checked