From patchwork Fri Oct 21 16:46:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 121016 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 877851007D3 for ; Sat, 22 Oct 2011 03:46:56 +1100 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RHIEz-0006Dw-KD; Fri, 21 Oct 2011 16:46:41 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RHIEz-0003yR-Bc; Fri, 21 Oct 2011 16:46:41 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RHIEw-0003y6-CO for linux-mtd@lists.infradead.org; Fri, 21 Oct 2011 16:46:39 +0000 Received: by yxk36 with SMTP id 36so4694914yxk.36 for ; Fri, 21 Oct 2011 09:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=dR4gIh3ReaWz1Xu0sJSyAGVLdWwCVtE5eNw5SwyDyLo=; b=ZqFvdgS4cwb+LXfZ+PStPDNYKFalcn6SaIy+l1xXQScE8PcvguBUakh44tIsa0dxpI 3kVTHpUuNKxfYhABlJZUgxZtJEs24rn4zfOsuirTlHRilfSw1QfPzhIpKlO7bpMPFEds oLl1wl/BJoiK2CVhXw/7mjG3jQKXpgsy3Z5Ag= Received: by 10.68.17.201 with SMTP id q9mr28942833pbd.15.1319215596069; Fri, 21 Oct 2011 09:46:36 -0700 (PDT) Received: from localhost.localdomain (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPS id y4sm32135549pbe.4.2011.10.21.09.46.33 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Oct 2011 09:46:34 -0700 (PDT) From: Brian Norris To: Artem Bityutskiy Subject: [PATCH] doc, faq: fix typos Date: Fri, 21 Oct 2011 09:46:17 -0700 Message-Id: <1319215577-30184-1-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.7.5.4 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111021_124638_551185_7D8582F5 X-CRM114-Status: GOOD ( 12.09 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (computersforpeace[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.177 listed in list.dnswl.org] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Brian Norris , linux-mtd@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 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-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Fix spelling errors and a URL typo. Signed-off-by: Brian Norris --- doc/ubifs.xml | 2 +- faq/nand.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ubifs.xml b/doc/ubifs.xml index 9943508..bbe86f6 100644 --- a/doc/ubifs.xml +++ b/doc/ubifs.xml @@ -309,7 +309,7 @@ some specific aspects of MLC NAND flashes:

  • [NEED WORK] The "unstable bits issue", which is not MLC-specific, described - here.
  • + here. diff --git a/faq/nand.xml b/faq/nand.xml index 9d9cd06..e142de8 100644 --- a/faq/nand.xml +++ b/faq/nand.xml @@ -186,7 +186,7 @@ Yes, you can. The requirements are the same as for boot-loaders

    NAND simulator (nandsim) is an extremely useful debugging and development tool which simulates NAND flashes in RAM or a file. To select the -simulated flash type one should specify ID bytes of your flashe - the onese +simulated flash type one should specify ID bytes of your flash - the ones which are returned by the "Read ID" command (0x90) - consult the flash manual. The following are examples of input parameters: