From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 853D01DA2A for ; Wed, 20 Dec 2023 09:12:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="DOt9jI3s" Received: by mail.gandi.net (Postfix) with ESMTPSA id A918BFF80F; Wed, 20 Dec 2023 09:12:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1703063565; 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=r6z4KODvtzTr61IMxvmajoJCqwn7pJbqrJvZIcULTcQ=; b=DOt9jI3sn+v5eF81qoZ4DhcxnCOr/z6YU0EDa8w4iUQXfhnqZy1GRZb1/Qv0ISOx4fyItx nGwQeBB03czD4nxHeqsqEa2tDBsSnTHCF9Y04egpWc5t+nFdJsK9b43cCM0YQSA18IN7rN z0hQWi8ofPmdmZyeE0nzy1X8Six84IRZTVsFFxTN1J1QE6PgPpLKaqmbKKt/V8cOg/NTSv yOnmuebvYlzml+FZZ4n07LIcTx2pqDcU0QIoXeqiXwkoCpvGFvkINf9WM4GxJd7XDdrVvV xKh7gmOukLLJ15BKj9AxTXJT2EsVvUGd/UOeX/zAuhA7TLvwHwwdRzKslb4FLw== From: Miquel Raynal To: Stefan Wahren , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Han Xu , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Marek Vasut , =?utf-8?q?S=C3=A9bastien_Szymanski?= Cc: Pengutronix Kernel Team , linux-imx@nxp.com, linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] dt-bindings: mtd: partitions: u-boot: Fix typo Date: Wed, 20 Dec 2023 10:12:44 +0100 Message-Id: <20231220091244.655381-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231218130656.9020-1-wahrenst@gmx.net> References: Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'72da6edd3281650818ee9094cc40a7157b0ae6dc' Content-Transfer-Encoding: 8bit X-GND-Sasl: miquel.raynal@bootlin.com On Mon, 2023-12-18 at 13:06:55 UTC, Stefan Wahren wrote: > The initial description contained a typo. > > Signed-off-by: Stefan Wahren Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks. Miquel