From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=3.0 tests=DATE_IN_PAST_12_24, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D5D0C31E45 for ; Thu, 13 Jun 2019 13:27:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 437C921744 for ; Thu, 13 Jun 2019 13:27:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DkSg5pdy" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 437C921744 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=XOq+06Q4Xq7lWmYaX38mFDO8UO667KFFfFrMjnN//Z8=; b=DkSg5pdy0OzcJ2OVTKqXPlYt3 uovzTh/80XMWHquJ40+MVpIxDGfGpNWRVHQ+xNAs6J5hWFDdjGurHkBHSRzeKZJREqcDfbcHltPBg 0C193HRDGZYqfXwk9TnKz0fF060kGosqySScXxs3nDiMpDrArEOVJGL+FoFIgnKQPMjdizWgejlrH 8N5GBmBLr9TdrfDlAqahmE57WwstHyR/uJ7vJyjKES/oR0PuRqOpajkc3lMYBGkbcPeS6TeZVO2gL onCGaNGY9bGicKtmiOXzza412aUKsPuzMh7z2gBKi6v7GcG9SVS5RllvNZvXTweomFS02Vo7EWhm2 ZL7j4Mjqg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hbPlb-0004rg-04; Thu, 13 Jun 2019 13:27:47 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hbPk7-0003OJ-SA for linux-arm-kernel@lists.infradead.org; Thu, 13 Jun 2019 13:26:20 +0000 Received: from localhost (aaubervilliers-681-1-40-246.w90-88.abo.wanadoo.fr [90.88.159.246]) (Authenticated sender: maxime.ripard@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id C73C020000C; Thu, 13 Jun 2019 13:26:08 +0000 (UTC) Date: Wed, 12 Jun 2019 17:48:27 +0200 From: Maxime Ripard To: Rob Herring Subject: Re: [PATCH 1/5] dt-bindings: vendor: Escape single quote Message-ID: <20190612154827.ykrxtuv2q7uxmwoj@flea> References: <20190525134140.6220-1-maxime.ripard@bootlin.com> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20180716 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190613_062616_462225_B98C6D2D X-CRM114-Status: GOOD ( 16.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Chen-Yu Tsai , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: multipart/mixed; boundary="===============3434485603240582558==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3434485603240582558== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ojdig4ufr3fvpwhg" Content-Disposition: inline --ojdig4ufr3fvpwhg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Tue, Jun 11, 2019 at 03:18:51PM -0600, Rob Herring wrote: > On Sat, May 25, 2019 at 7:41 AM Maxime Ripard wrote: > > > > Single quotes need to be escaped in YAML, make sure it's the case. > > > > Signed-off-by: Maxime Ripard > > --- > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > index 19cc3240a445..ec53162e900d 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -672,7 +672,7 @@ patternProperties: > > "^plantower,.*": > > description: Plantower Co., Ltd > > "^plathome,.*": > > - description: Plat'Home Co., Ltd. > > + description: Plat\'Home Co., Ltd. > > Actually, I think this isn't necessary. Where was this causing a > problem? Only in single quoted strings do you have to escape a single > quote and it is done with 2 single quotes rather than a backslash. I guess I misread the YAML spec though... Sorry. > However, to maintain a json compatible subset of yaml, maybe we do > need it. If you don't want it anymore, I guess we can drop or revert it. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --ojdig4ufr3fvpwhg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXQEeywAKCRDj7w1vZxhR xbQTAP9aeBEzFtsrAUI/WlTsmFq1tfkJJNyS0XOvprvVnIF4vwEA/8L4kV9E7v0K /oXbZNPQojz/la/iqD91nAmsPXcDtQg= =Y1ER -----END PGP SIGNATURE----- --ojdig4ufr3fvpwhg-- --===============3434485603240582558== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3434485603240582558==--