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 9A5CDC76196 for ; Mon, 3 Apr 2023 17:18:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232506AbjDCRSx (ORCPT ); Mon, 3 Apr 2023 13:18:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232796AbjDCRSu (ORCPT ); Mon, 3 Apr 2023 13:18:50 -0400 Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 295472D56 for ; Mon, 3 Apr 2023 10:18:46 -0700 (PDT) Received: by mail-pj1-x1031.google.com with SMTP id lr16-20020a17090b4b9000b0023f187954acso31304691pjb.2 for ; Mon, 03 Apr 2023 10:18:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1680542325; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=3rW3em2VILxt0UnmLbwVBQSzkZ1Aze3c4iqs/OGaKgQ=; b=guWPpHelsN8D4CzukM+p9HwO+O0+t1EOvCaPqycmbYFVAXF5fCh073bwn6x3o4QTJ8 nvtkG5glJFtW3S4SL/2DK7YRgBwk+QqDy3xPs4Kw6rNem+i65ZzqrnUrsjTndKoYZf59 v4WwjYEg9iWwRy7SfoA6rNCTKPhWCa7iCNioJU2SCeYlNuZKbJSFkcVUAYhjUHoz2x0J AnVSZqfWtCrh0lphbxJh8bkGSrQTSw1DO0J5msp2Y4wJQjCsOBgFqh+MDN4w2+0wcb/w C/syvLGgPDe5gWG8EIACnyPSGNljH20EWGsAcw6+LaYSx+3o93zE2tnQXHcvuEZX+lWm xn+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680542325; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=3rW3em2VILxt0UnmLbwVBQSzkZ1Aze3c4iqs/OGaKgQ=; b=GHM9hF7ed9qYnr7mU3Zvvq4GCj6LlHSgi6EV712V/e4Lw+xC24cMYD9HuVwYTtYYJ3 BCeQfye/RGc6q4XY0gggrbZxLxsTQpCMi1g4LckYYGTILCe/fzTEAHAnwBWkY1rwz/g1 zgqIIyLAuaE1TDkoXZOmdNB14O9CjIWwbI+AGlZdxZ/8iHB+FdmDONCPHX/L5YfgYk4T 6wBjzzE+/HVkq7iw2tBEPHdkqpAgjQxc7wHe541OrjyDifdfGzNpaTVw1AcHIcqi07jU wJMtds6hXEcxjaU+YT6wSONuxbAnuQ0O+3sTk904cM1RJQGmje+YI7u7Ni9g547+yDmN Sj3A== X-Gm-Message-State: AAQBX9f7GbPv42wXTY+sRDjz7lYG5cbwyqxcwujLDgUZh6q0dyPRPmpY WSv/xI0mRBdryFHulZMNYq0DzQ== X-Google-Smtp-Source: AKy350bMB5zNEq0ZE1UFYbMQNdutHQBU+wTgTdP/JcPYscsdxGvNCxZ7pEDBeiPHb5YKMtqVT/ZR9Q== X-Received: by 2002:a17:90b:1b09:b0:23f:b609:e707 with SMTP id nu9-20020a17090b1b0900b0023fb609e707mr43389916pjb.2.1680542325652; Mon, 03 Apr 2023 10:18:45 -0700 (PDT) Received: from p14s ([2604:3d09:148c:c800:2a9e:349f:4c3:53c7]) by smtp.gmail.com with ESMTPSA id 3-20020a17090a174300b0023f545c055bsm9837249pjm.33.2023.04.03.10.18.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Apr 2023 10:18:45 -0700 (PDT) Date: Mon, 3 Apr 2023 11:18:42 -0600 From: Mathieu Poirier To: Arnaud Pouliquen Cc: Bjorn Andersson , Rob Herring , Krzysztof Kozlowski , Alexandre Torgue , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, devicetree@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: remoteproc: st,stm32-rproc: Typo fix Message-ID: <20230403171842.GB3679607@p14s> References: <20230403162423.3325968-1-arnaud.pouliquen@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230403162423.3325968-1-arnaud.pouliquen@foss.st.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Apr 03, 2023 at 06:24:23PM +0200, Arnaud Pouliquen wrote: > Fix "communnication" typo error. > > Fixes: aca8f94e5b69 ("dt-bindings: remoteproc: stm32-rproc: add new mailbox channel for detach") > Signed-off-by: Arnaud Pouliquen > Acked-by: Krzysztof Kozlowski > --- > updates vs V1: address Krzysztof comments > - Add missing "st,stm32-rproc" device prefix in subject > - Drop line break between "Fixes" and "Signed-off-by" > - Add Acked-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/remoteproc/st,stm32-rproc.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) And this one as well. Thanks, Mathieu > > diff --git a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml > index 66b1e3efdaa3..ff95648f4967 100644 > --- a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml > +++ b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml > @@ -72,9 +72,9 @@ properties: > ready for shutdown > - description: | > A channel (d) used by the local proc to notify the remote proc that it > - has to stop interprocessor communnication. > + has to stop interprocessor communication. > Unidirectional channel: > - - from local to remote, where ACK from the remote means that communnication > + - from local to remote, where ACK from the remote means that communication > as been stopped on the remote side. > minItems: 1 > > -- > 2.25.1 >