From patchwork Wed Apr 29 08:28:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 465929 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 098F314032B for ; Wed, 29 Apr 2015 18:32:25 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YnNNO-0002wl-Sx; Wed, 29 Apr 2015 08:29:50 +0000 Received: from guitar.tcltek.co.il ([192.115.133.116] helo=mx.tkos.co.il) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YnNNM-0002ux-49 for linux-mtd@lists.infradead.org; Wed, 29 Apr 2015 08:29:49 +0000 Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id A68FD440800; Wed, 29 Apr 2015 11:29:24 +0300 (IDT) From: Baruch Siach To: David Woodhouse , Brian Norris Subject: [PATCH] libmtd: fix comment typo Date: Wed, 29 Apr 2015 11:28:43 +0300 Message-Id: <01505da2d41012cbde4429a53ba58cda40943c48.1430296123.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150429_012948_429458_96F4A645 X-CRM114-Status: UNSURE ( 9.82 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- Cc: Baruch Siach , linux-mtd@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Baruch Siach --- lib/libmtd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libmtd.c b/lib/libmtd.c index a6665f08018e..60b4782710c8 100644 --- a/lib/libmtd.c +++ b/lib/libmtd.c @@ -476,7 +476,7 @@ static int dev_node2num(struct libmtd *lib, const char *node, int *mtd_num) * sysfs_is_supported - check whether the MTD sub-system supports MTD. * @lib: MTD library descriptor * - * The Linux kernel MTD subsystem gained MTD support starting from kernel + * The Linux kernel MTD subsystem gained sysfs support starting from kernel * 2.6.30 and libmtd tries to use sysfs interface if possible, because the NAND * sub-page size is available there (and not available at all in pre-sysfs * kernels).