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 CC183C433EF for ; Thu, 21 Apr 2022 21:55:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1442247AbiDUV6Y (ORCPT ); Thu, 21 Apr 2022 17:58:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229637AbiDUV6W (ORCPT ); Thu, 21 Apr 2022 17:58:22 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EC1F4D277; Thu, 21 Apr 2022 14:55:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=zK5ZeZOO7+IQaCapcuwGkDzT+F6YVOTdathD7VaTSUc=; b=4kbM3DL/+3r4bAWHH9tKdgMDvT kj0UYhK8OOOoGWh2oKgQvi2AbIF/McoXTVhFmptMhVrtS/866D/EsUjdhkHsr9SFk/pi2eeF80huA hGgdXVHROKZSpCL8tiwia8djthaV67v18cdW58BeN3UXi930wkY/6pmJhjg/zoqofm1g=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nhelj-00Grjt-Nm; Thu, 21 Apr 2022 23:55:19 +0200 Date: Thu, 21 Apr 2022 23:55:19 +0200 From: Andrew Lunn To: Sean Anderson Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Shawn Guo , Rob Herring , Michael Walle , Krzysztof Kozlowski , Li Yang , linux-kernel@vger.kernel.org, Srinivas Kandagatla Subject: Re: [PATCH 1/8] dt-bindings: nvmem: sfp: Fix typo Message-ID: References: <20220421175657.1259024-1-sean.anderson@seco.com> <20220421175657.1259024-2-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220421175657.1259024-2-sean.anderson@seco.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 21, 2022 at 01:56:50PM -0400, Sean Anderson wrote: > There is a small gramattical error in the description. Fix it. s/gramattical/grammatical :-) Reviewed-by: Andrew Lunn Andrew