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 63E6BC3A59E for ; Mon, 2 Sep 2019 14:54:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 39CED22CF7 for ; Mon, 2 Sep 2019 14:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567436050; bh=/8MpiFSSwmx+MLYB71V9PabisimrjttObyX7bkCrHZk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JDH3tkc/au8byNjxM/vU+wBuSYyl5wXK42frhdZkbyJYtJlQPt+i3neAl4sFY71Bk N9i3bMDeFahhpHy1SPxzNmFw3bs13KbHDkd4iyrlEttxTFA0Vvyo2ZlXke4s2pBaNZ 0ObgwQzmBWrU4caRuTC9l8Lrwh+X6i5Z3mrc97/A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731743AbfIBOyJ (ORCPT ); Mon, 2 Sep 2019 10:54:09 -0400 Received: from mail-wm1-f65.google.com ([209.85.128.65]:35440 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731106AbfIBOyJ (ORCPT ); Mon, 2 Sep 2019 10:54:09 -0400 Received: by mail-wm1-f65.google.com with SMTP id n10so4250822wmj.0; Mon, 02 Sep 2019 07:54:07 -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=F6pY8kpCuq7zlHq4xPF57ULoqr+YYfsWTM9u8bPhit4=; b=fEqqcVEJokEicoO5Otdkd/pzPR0gDt2nvJxH5wyIU0G3IgdPiDdvc2RgVFSAecxoJU aI5f+CTrh+uZTwCsa0JEkCNmBJl++wljI4IkcWlMy2UiiTPyDMLm0WCshbl09rHCv+Gz LkWI8B7mQKrkh6piTlynyDwIvZSHKKfc/uzDovLNSxerEy1TKWTJx1RLzXCIZsAB63h9 4MJ51tfpBYvdJFi5mdSYhmtrPYhdRhrg/z1d3mUmV04yNYxZAJzhhgQ0hQhHczz9GEmv t+6rJyoo/tQlkdXX7Bs7ajamR1qEZQArQ5JnfsKQGEio9fBwxOS4cHk56ws/wxa/QmJr mTEQ== X-Gm-Message-State: APjAAAWbeQa7UBsmYmX7LKeciKU9b2dHf/UpwFWZlJc6JKEF+dX645Fb miR9BE0OpTEkytwqh/ZEgg== X-Google-Smtp-Source: APXvYqyxBMZBsZ+aukgd6fwk4huBxHWlwunpvdDu+ChONM81kBs8+TPP0OQ3X3Fa4ohcaeuJotjHDQ== X-Received: by 2002:a1c:48d5:: with SMTP id v204mr29808232wma.109.1567436046870; Mon, 02 Sep 2019 07:54:06 -0700 (PDT) Received: from localhost ([212.187.182.166]) by smtp.gmail.com with ESMTPSA id h12sm11612250wrp.51.2019.09.02.07.54.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Sep 2019 07:54:06 -0700 (PDT) Date: Mon, 2 Sep 2019 15:54:05 +0100 From: Rob Herring To: Geert Uytterhoeven Cc: Lorenzo Pieralisi , Catalin Marinas , Amit Kucheria , Mark Rutland , Daniel Lezcano , Nicolas Pitre , Sebastian Capella , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH 3/5] dt-bindings: arm: idle-states: Correct "constraint guarantees" Message-ID: <20190902145405.GA16010@bogus> References: <20190830150302.20551-1-geert+renesas@glider.be> <20190830150302.20551-4-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190830150302.20551-4-geert+renesas@glider.be> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 30 Aug 2019 17:03:00 +0200, Geert Uytterhoeven wrote: > Correct "constraints guarantees" to "constraint guarantees". > > Signed-off-by: Geert Uytterhoeven > --- > Documentation/devicetree/bindings/arm/idle-states.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Rob