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=-17.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 B9EB3C433E9 for ; Wed, 3 Feb 2021 17:01:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6611564F84 for ; Wed, 3 Feb 2021 17:01:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229766AbhBCRBV (ORCPT ); Wed, 3 Feb 2021 12:01:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231761AbhBCQ76 (ORCPT ); Wed, 3 Feb 2021 11:59:58 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC6FAC061573; Wed, 3 Feb 2021 08:59:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=TM+PUnveRGOnB3WSF1kKAA+3SmtRSuMXwf3qr/5ZRzc=; b=jd4Y/cv+tPOexRYYEaRvbjdtcl 1huzRjw19rslJHMWIJZOenQ2SrHqfcA76vmMYNtkF1eT+/61D3oR2Q7EeGRYsP2ZMq1f3jrRHEepd o5DAMIEK5uPekSYzGALuJIl8DLnLmNSpe+p0HI6TzhoMZmM1SwUhEjebcA1qCbb/RLfqoiSWbVodo /KySHBSoQN7CEEQyTWiwEnYODBUO2IooJenY0wbblDIVw+nU2ayJt/+Lk2lKut7f4EoZIzn1Lg7dP qt2oJ4eK8BUtlT/zzev9/tLMzKyvXxKJKvYUOb0wVersbweR9+koGXxBvxoPt965WCeGU5Kqofswz IPkquitw==; Received: from [2601:1c0:6280:3f0::2a53] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7LUq-0006UQ-Cg; Wed, 03 Feb 2021 16:59:16 +0000 Subject: Re: [PATCH] doc: devicetree: bindings: usb: Chnage descibe to describe in usbmisc-imx.txt To: Bhaskar Chowdhury , gregkh@linuxfoundation.org, robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20210203153315.15170-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: Date: Wed, 3 Feb 2021 08:59:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20210203153315.15170-1-unixbhaskar@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/3/21 7:33 AM, Bhaskar Chowdhury wrote: > > s/descibe/describe/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Thanks. > --- > Documentation/devicetree/bindings/usb/usbmisc-imx.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt > index b353b9816487..b796836d2ce7 100644 > --- a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt > +++ b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt > @@ -1,7 +1,7 @@ > * Freescale i.MX non-core registers > > Required properties: > -- #index-cells: Cells used to descibe usb controller index. Should be <1> > +- #index-cells: Cells used to describe usb controller index. Should be <1> > - compatible: Should be one of below: > "fsl,imx6q-usbmisc" for imx6q > "fsl,vf610-usbmisc" for Vybrid vf610 > -- > 2.26.2 > -- ~Randy 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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,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 87BC7C433DB for ; Wed, 3 Feb 2021 17:00:41 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0F78564E46 for ; Wed, 3 Feb 2021 17:00:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0F78564E46 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=TgiOG6wENYWpIQ9fomAjTL7GUdOHx4sMlKbjIBsJw+8=; b=X4yyaQh7C0Nva1bGtkC/SxOgbS uiqDvqw5UGafSgjdQxaJ6UEoVgFj1A4l9t21V1HbQw435HftLBoef2LkfEw0PooPPUwpylx3/8OLR 5tcygr64+ldA5eM9xIODHLRW26jQk4cnnplDTm5wEXfVUpaEKaTVkXx6Tjn4TM/BitTw4ZIv/LaIm vkbVv/dBSesonY5DChovpQQoSN7iNktsPcR8GdKvM7i2kSCRFFfMioIeucwBRu34HqiH/ifXpuajA /oPI/vPNCci0mJgzz5C/nOulghP6LhjflM0gcb0dpw1Gg8lXQz1WreeXDrTt5Yg8c0f8pvrtMaQ99 Bmt+jVkg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7LUt-0006W0-0m; Wed, 03 Feb 2021 16:59:19 +0000 Received: from [2601:1c0:6280:3f0::2a53] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7LUq-0006UQ-Cg; Wed, 03 Feb 2021 16:59:16 +0000 Subject: Re: [PATCH] doc: devicetree: bindings: usb: Chnage descibe to describe in usbmisc-imx.txt To: Bhaskar Chowdhury , gregkh@linuxfoundation.org, robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20210203153315.15170-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: Date: Wed, 3 Feb 2021 08:59:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20210203153315.15170-1-unixbhaskar@gmail.com> Content-Language: en-US X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2/3/21 7:33 AM, Bhaskar Chowdhury wrote: > > s/descibe/describe/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Thanks. > --- > Documentation/devicetree/bindings/usb/usbmisc-imx.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt > index b353b9816487..b796836d2ce7 100644 > --- a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt > +++ b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt > @@ -1,7 +1,7 @@ > * Freescale i.MX non-core registers > > Required properties: > -- #index-cells: Cells used to descibe usb controller index. Should be <1> > +- #index-cells: Cells used to describe usb controller index. Should be <1> > - compatible: Should be one of below: > "fsl,imx6q-usbmisc" for imx6q > "fsl,vf610-usbmisc" for Vybrid vf610 > -- > 2.26.2 > -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel