From patchwork Wed Nov 12 21:11:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Weinberger X-Patchwork-Id: 410117 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 94C201400AB for ; Thu, 13 Nov 2014 08:13:38 +1100 (AEDT) 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 1XofDC-0007Nr-U9; Wed, 12 Nov 2014 21:12:22 +0000 Received: from mail.sigma-star.at ([95.130.255.111]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XofD8-0007Ch-KM for linux-mtd@lists.infradead.org; Wed, 12 Nov 2014 21:12:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.sigma-star.at (Postfix) with ESMTP id 6B9EB16B42B1; Wed, 12 Nov 2014 22:11:52 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.sigma-star.at Received: from linux.site (richard.vpn.sigmapriv.at [10.3.0.5]) by mail.sigma-star.at (Postfix) with ESMTPSA id 2950816B42AF; Wed, 12 Nov 2014 22:11:51 +0100 (CET) From: Richard Weinberger To: linux-mtd@lists.infradead.org Subject: [PATCH 2/2] mtd-www: UBI: Fastmap: Fix typo Date: Wed, 12 Nov 2014 22:11:45 +0100 Message-Id: <1415826705-7510-2-git-send-email-richard@nod.at> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1415826705-7510-1-git-send-email-richard@nod.at> References: <1415826705-7510-1-git-send-email-richard@nod.at> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141112_131218_890815_294A15AF X-CRM114-Status: UNSURE ( 7.52 ) 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 ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record Cc: Richard Weinberger , computersforpeace@gmail.com, dwmw2@infradead.org, dedekind1@gmail.com 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 Fix a missing "a". Signed-off-by: Richard Weinberger --- doc/ubi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ubi.xml b/doc/ubi.xml index 4bded98..5cb1603 100644 --- a/doc/ubi.xml +++ b/doc/ubi.xml @@ -1238,7 +1238,7 @@ from it.

  1. UBI tries to find the fastmap anchor PEB, - if no anchor PEB was found UBI performs traditional full scan
  2. + if no anchor PEB was found UBI performs a traditional full scan
  3. It follows the pointers stored in the anchor PEB and reads the fastmap payload data
  4. Then it performs a traditional scan only on PEBs in the pool