From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 14F63F94D; Mon, 6 Feb 2017 14:30:12 +0100 (CET) In-Reply-To: <1486387756-16865-6-git-send-email-olivier.matz@6wind.com> References: <1486387756-16865-6-git-send-email-olivier.matz@6wind.com> To: test-report@dpdk.org Cc: Olivier Matz Message-Id: <20170206133012.14F63F94D@dpdk.org> Date: Mon, 6 Feb 2017 14:30:12 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20192 [RFC 5/8] eal: deprecate log functions 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: Mon, 06 Feb 2017 13:30:12 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20192 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #94: FILE: examples/quota_watermark/qw/main.c:314: + rte_log_set_global_level(RTE_LOG_INFO);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #107: FILE: examples/quota_watermark/qwctl/qwctl.c:78: + rte_log_set_global_level(RTE_LOG_INFO);$ total: 0 errors, 2 warnings, 148 lines checked