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=-11.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 D9416C433E0 for ; Wed, 27 May 2020 14:11:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BB5CB207D8 for ; Wed, 27 May 2020 14:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729149AbgE0OLm (ORCPT ); Wed, 27 May 2020 10:11:42 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:53547 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726069AbgE0OLm (ORCPT ); Wed, 27 May 2020 10:11:42 -0400 X-Originating-IP: 93.23.196.54 Received: from localhost.localdomain (54.196.23.93.rev.sfr.net [93.23.196.54]) (Authenticated sender: miquel.raynal@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 9B83A1C0013; Wed, 27 May 2020 14:11:38 +0000 (UTC) From: Miquel Raynal To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , linux-mtd@lists.infradead.org Cc: Mark Rutland , devicetree@vger.kernel.org, Rob Herring , Boris Brezillon Subject: Re: [RESEND v5 01/21] mtd: Fix typo in mtd_ooblayout_set_databytes() description Date: Wed, 27 May 2020 16:11:37 +0200 Message-Id: <20200527141137.24144-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200526195633.11543-2-miquel.raynal@bootlin.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: 7e7dfbe46596fb62838bb28a0f676f40031e7942 Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 2020-05-26 at 19:56:13 UTC, Miquel Raynal wrote: > Fix a probable copy/paste error: the function works like > mtd_ooblayout_set_bytes(), not *_get_bytes(). > > Signed-off-by: Miquel Raynal > Reviewed-by: Boris Brezillon Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next. Miquel