From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16598A0A02 for ; Tue, 6 Apr 2021 09:46:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0AED5140F3F; Tue, 6 Apr 2021 09:46:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5191F406A2 for ; Tue, 6 Apr 2021 09:46:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 361B5120D42; Tue, 6 Apr 2021 09:46:44 +0200 (CEST) In-Reply-To: <20210406074510.49589-1-richael.zhuang@arm.com> References: <20210406074510.49589-1-richael.zhuang@arm.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Richael Zhuang Message-Id: <20210406074644.361B5120D42@dpdk.org> Date: Tue, 6 Apr 2021 09:46:44 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90594 [PATCH v1 1/1] test/power: fix several bugs in cpufreq autotest X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/90594 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #218: FILE: app/test/test_power_cpufreq.c:51: + sleep(1);$ ERROR:CODE_INDENT: code indent should use tabs where possible #230: FILE: app/test/test_power_cpufreq.c:74: + * Ex: if cur_freq=1396789 then freq_conv=1400000$ ERROR:CODE_INDENT: code indent should use tabs where possible #231: FILE: app/test/test_power_cpufreq.c:75: + * Ex: if cur_freq=800030 then freq_conv=800000$ ERROR:CODE_INDENT: code indent should use tabs where possible #232: FILE: app/test/test_power_cpufreq.c:76: + */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #233: FILE: app/test/test_power_cpufreq.c:77: + unsigned int freq_conv = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #234: FILE: app/test/test_power_cpufreq.c:78: + freq_conv = (cur_freq + TEST_FREQ_ROUNDING_DELTA)$ ERROR:CODE_INDENT: code indent should use tabs where possible #235: FILE: app/test/test_power_cpufreq.c:79: + / TEST_ROUND_FREQ_TO_N_100000;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #235: FILE: app/test/test_power_cpufreq.c:79: + / TEST_ROUND_FREQ_TO_N_100000;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #236: FILE: app/test/test_power_cpufreq.c:80: + freq_conv = freq_conv * TEST_ROUND_FREQ_TO_N_100000;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #238: FILE: app/test/test_power_cpufreq.c:82: + ret = (freqs[idx] == freq_conv ? 0 : -1);$ total: 4 errors, 6 warnings, 37 lines checked