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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 F19A5C43331 for ; Fri, 6 Sep 2019 14:29:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDBEE2082C for ; Fri, 6 Sep 2019 14:29:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567780161; bh=95TITepYFvmH0SKBHdx5wh0wJfOM2vn6oylgHPCDws8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Jg3mDBJAc32IjMQy20kZ4J2+uYZAs6BRr41wchRc5vFaO9CoSXe3LfA8fa4nizBGt o0fK0wNki7k08CKVCoTouTcKPT+Xk0tsk0U8HlnrJU5KYZSdk1vWDSfikpqD17R2gj DwUiYAVQEqXYq0SUG6j/lj4F5CdomxCSu5e4SgMY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387739AbfIFO3V (ORCPT ); Fri, 6 Sep 2019 10:29:21 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:43338 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730995AbfIFO3V (ORCPT ); Fri, 6 Sep 2019 10:29:21 -0400 Received: by mail-wr1-f67.google.com with SMTP id q17so2087691wrx.10; Fri, 06 Sep 2019 07:29:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=YGke96prYO1UAwvZLN5rIrv972jsPXK5JuVL22JgdRc=; b=ZQtIPCkcSvhYYyznZRxGu6OhyxuoB2jD9g6Zyort96lAGuTDvG8bfp7q/De39kVa5M hVqyBYOMokzp8ruY6+/KEzo0/10OPG7xCpEDUd+1WjsV96KrJbb9SUGjLkmI5MMJm5la NUQPV9ZnOJLD0L/y1zBhqHIwrcfjY2Hc0TUwlWxhDl6aH7Ytmmd9LZYOmodz8TAfcuU+ 4czSNFJIPGE9nXp3qqNCK69P8zM8HfjoJpZmUCs8JPerDlz3dewgC3WDzLy0b0sZyPZM ZLoZPOEwzsOlcfrdJz+ZeubpjoUie2ensW7sboJ6zCMH43UcLcGGeJ0mWhEvHyfroNbs TLhA== X-Gm-Message-State: APjAAAUlRBnsn4kPf2e7Hlcs0/hJ4jkDalM/d+4Hi3JwxfOxtAf30KC0 7+W1J35DDwwS6cAuQwMqSA== X-Google-Smtp-Source: APXvYqx6T47JfkMsPZsf971+jPn+q7/PDjfd3TmDy3+Ay7wsQ0UXYfoGxWLInaAiMmR7gFRbqZ92QQ== X-Received: by 2002:a5d:46c4:: with SMTP id g4mr6847002wrs.189.1567780159497; Fri, 06 Sep 2019 07:29:19 -0700 (PDT) Received: from localhost ([212.187.182.162]) by smtp.gmail.com with ESMTPSA id s19sm10547299wrb.14.2019.09.06.07.29.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Sep 2019 07:29:18 -0700 (PDT) Date: Fri, 6 Sep 2019 15:29:18 +0100 From: Rob Herring To: Simon Horman Cc: Mark Rutland , Geert Uytterhoeven , Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman Subject: Re: [PATCH] dt-bindings: Correct spelling in example schema Message-ID: <20190906142918.GA10639@bogus> References: <20190906111624.6820-1-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190906111624.6820-1-horms+renesas@verge.net.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Fri, 6 Sep 2019 13:16:24 +0200, Simon Horman wrote: > Correct spelling of "identifier". > > Signed-off-by: Simon Horman > --- > Based on v5.3-rc1 > --- > Documentation/devicetree/bindings/example-schema.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 6 Sep 2019 15:29:18 +0100 From: Rob Herring Subject: Re: [PATCH] dt-bindings: Correct spelling in example schema Message-ID: <20190906142918.GA10639@bogus> References: <20190906111624.6820-1-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190906111624.6820-1-horms+renesas@verge.net.au> To: Simon Horman Cc: Mark Rutland , Geert Uytterhoeven , Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org List-ID: On Fri, 6 Sep 2019 13:16:24 +0200, Simon Horman wrote: > Correct spelling of "identifier". > > Signed-off-by: Simon Horman > --- > Based on v5.3-rc1 > --- > Documentation/devicetree/bindings/example-schema.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Rob