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 5F1FDA0093 for ; Thu, 23 Jun 2022 18:45:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 598A04067B; Thu, 23 Jun 2022 18:45:06 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C918440146 for ; Thu, 23 Jun 2022 18:45:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BAE6B12083E; Thu, 23 Jun 2022 18:45:04 +0200 (CEST) Subject: |WARNING| pw113359 [RFC PATCH 6/6] test/telemetry-json: add test case for escaping strings in arrays In-Reply-To: <20220623164245.561371-7-bruce.richardson@intel.com> References: <20220623164245.561371-7-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20220623164504.BAE6B12083E@dpdk.org> Date: Thu, 23 Jun 2022 18:45:04 +0200 (CEST) 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/113359 _coding style issues_ WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #85: FILE: app/test/test_telemetry_json.c:147: + /* "meaning of life", with tab between first two words, at end, and "life" in quotes, WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #86: FILE: app/test/test_telemetry_json.c:148: + * followed by "all the fish" in quotes */ total: 0 errors, 2 warnings, 36 lines checked