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 0A22B45BA1 for ; Tue, 29 Oct 2024 09:03:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 05AB34014F; Tue, 29 Oct 2024 09:03:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CDCFF40144 for ; Tue, 29 Oct 2024 09:03:40 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B6F3412314E; Tue, 29 Oct 2024 09:03:40 +0100 (CET) Subject: |WARNING| pw147576 [PATCH 1/1] net/ena: add histogram support In-Reply-To: <20241029080215.5069-2-shaibran@amazon.com> References: <20241029080215.5069-2-shaibran@amazon.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20241029080340.B6F3412314E@dpdk.org> Date: Tue, 29 Oct 2024 09:03:40 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/147576 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #350: FILE: drivers/net/ena/ena_histogram.h:93: + PMD_DRV_LOG(NOTICE, "%s: Bin count = %u, Total size = %" PRIu64 " (bytes) ", \ WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #480: FILE: drivers/net/ena/ena_histogram.h:223: +#define ENA_HISTOGRAM_CAPTURE_START(hist_name, value) WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'? #481: FILE: drivers/net/ena/ena_histogram.h:224: +#define ENA_HISTOGRAM_CAPTURE_STOP(hist_name, value, rate) total: 0 errors, 2 warnings, 1 checks, 369 lines checked