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 31A3DEB64DA for ; Thu, 22 Jun 2023 21:14:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230355AbjFVVOi (ORCPT ); Thu, 22 Jun 2023 17:14:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230062AbjFVVOf (ORCPT ); Thu, 22 Jun 2023 17:14:35 -0400 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F04D0195 for ; Thu, 22 Jun 2023 14:14:34 -0700 (PDT) X-GND-Sasl: miquel.raynal@bootlin.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1687468473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Bbf1F2WUUbZNrijp2VUM0ETnbJAC2wLJLqhMrcqrqLo=; b=FH6QLJpfSNsA+nbo7idAMH4c+wc5ky+YZ2vizqxUp34l7v9f2J3sEoPhYQ6T3Rtk0FktYv 2o7P0dPEV+s2fJay8/8YKozlva7PGvKljDdr9LlUmWEKG4sPzWcLjuk6o0KUHpyT1+4xN6 kKMinVtrlKz/7N3Mt3S2GOjvN0CcUzryNtYZ5oh87Ydh9eF9gZ55fDBDGmc/rkFvRQ8d98 H3ZT+yogm+3O2mADv8Wot4ImLA/deYWum/7c+W2AxLOWfb02/L9GKLDHfbHo/RvaOEiRPB fSnEB4x4fv6MgZqC4l/lAyH4DCyHsJht6AJ+nTQwQJzj0vXzqHebEh0vfOcyXA== X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com Received: by mail.gandi.net (Postfix) with ESMTPSA id EF223FF802; Thu, 22 Jun 2023 21:14:30 +0000 (UTC) From: Miquel Raynal To: Deming Wang , miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Bo Liu Subject: Re: [PATCH] mtd: sm_ftl: Fix typos in comments Date: Thu, 22 Jun 2023 23:14:25 +0200 Message-Id: <20230622211427.3581437-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230621020331.1508-1-wangdeming@inspur.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'efd2ed9351efefe40cbcca36a527adf38ffe1b4d' Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2023-06-21 at 02:03:31 UTC, Deming Wang wrote: > From: Bo Liu > > Fix typo in the description of the 'succesfull'. > > Signed-off-by: Bo Liu Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks. Miquel