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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA06EC433EF for ; Tue, 26 Apr 2022 18:15:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353671AbiDZSS2 (ORCPT ); Tue, 26 Apr 2022 14:18:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353668AbiDZSSV (ORCPT ); Tue, 26 Apr 2022 14:18:21 -0400 Received: from mail-oa1-f44.google.com (mail-oa1-f44.google.com [209.85.160.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55AD62E0BF; Tue, 26 Apr 2022 11:15:09 -0700 (PDT) Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-e9027efe6aso12926775fac.10; Tue, 26 Apr 2022 11:15:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=SuszhkzwVSvuIjdf0zLmtdsA7PD3kNJt5NhF6kgFDew=; b=GpJKeBOb6jpAgC32358nadL2iRyQ3GRqQQB3pDjyafnDgyB9dB0s84g5FXC2YH/XBm s/OpOQc1i8KiZQBLMXXER6XI8zYu0JSscLSh74YMk1yNJ1zl+ch4UPyYSuIq7aJWjNO6 hNme2Gs180GgoM31YTgH4d2euaT5u5pl3tuvOx5jscgI/aLnwDsAOq0dq6Cc0+N3VUbp +CmfXOoj2+OKwpZ8V1RDuVYn/8mJc02yKdG/LZu1SMkpajj48Xvhbxkw0s5dIpDD5oAD kAwF4P1mOZWoXWHruRvtj77Z0WjvXBW9adDKxp0uOd4KVHu7ZwtoJOV3pq2GQo4ratcT QJ2g== X-Gm-Message-State: AOAM531N3MTqu6EmMjdgBiJivLZKW5y5P/ciJnLgftZLI4q3c5AIOVj0 mlYN0WasLaU31QW7tQG48w== X-Google-Smtp-Source: ABdhPJzxRzSuI14j7y1LkGIg6AiDNSYupXj9Vua8a/EnRksjvbi5hGsenSTH5vuHGxtGykm3KZEhsQ== X-Received: by 2002:a05:6870:c14f:b0:e9:144a:8b46 with SMTP id g15-20020a056870c14f00b000e9144a8b46mr7099500oad.69.1650996908435; Tue, 26 Apr 2022 11:15:08 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id b20-20020a4a3414000000b00339e0afec88sm5907649ooa.31.2022.04.26.11.15.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Apr 2022 11:15:08 -0700 (PDT) Received: (nullmailer pid 2289122 invoked by uid 1000); Tue, 26 Apr 2022 18:15:07 -0000 Date: Tue, 26 Apr 2022 13:15:07 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Alexandre Torgue , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Oleksij Rempel , Maxime Coquelin , linux-stm32@st-md-mailman.stormreply.com, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: arm: stm32: correct blank lines Message-ID: References: <20220425140436.332467-1-krzysztof.kozlowski@linaro.org> <20220425140436.332467-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220425140436.332467-2-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Apr 2022 16:04:36 +0200, Krzysztof Kozlowski wrote: > Correct blank lines to precesily separate entries. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring