From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/5] dt-bindings: vendor: Escape single quote Date: Sun, 26 May 2019 11:04:47 -0500 Message-ID: <20190526160447.GA31299@bogus> References: <20190525134140.6220-1-maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190525134140.6220-1-maxime.ripard@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: Mark Rutland , devicetree@vger.kernel.org, Maxime Ripard , Chen-Yu Tsai , Frank Rowand , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Sat, 25 May 2019 15:41:36 +0200, 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(-) > Applied, thanks. Rob