From patchwork Wed Sep 14 08:46:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Per Forlin X-Patchwork-Id: 4058 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3A22D23EFA for ; Wed, 14 Sep 2011 08:47:25 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 2F422A18471 for ; Wed, 14 Sep 2011 08:47:25 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so2006249fxe.11 for ; Wed, 14 Sep 2011 01:47:25 -0700 (PDT) Received: by 10.223.63.8 with SMTP id z8mr1587016fah.84.1315990045098; Wed, 14 Sep 2011 01:47:25 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.11.8 with SMTP id m8cs41704lab; Wed, 14 Sep 2011 01:47:24 -0700 (PDT) Received: by 10.204.150.132 with SMTP id y4mr314605bkv.359.1315990044679; Wed, 14 Sep 2011 01:47:24 -0700 (PDT) Received: from mail-bw0-f50.google.com (mail-bw0-f50.google.com [209.85.214.50]) by mx.google.com with ESMTPS id zy13si2719239bkb.118.2011.09.14.01.47.23 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Sep 2011 01:47:24 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.214.50 is neither permitted nor denied by best guess record for domain of per.forlin@linaro.org) client-ip=209.85.214.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.214.50 is neither permitted nor denied by best guess record for domain of per.forlin@linaro.org) smtp.mail=per.forlin@linaro.org Received: by mail-bw0-f50.google.com with SMTP id zt19so1498262bkb.37 for ; Wed, 14 Sep 2011 01:47:23 -0700 (PDT) Received: by 10.204.142.22 with SMTP id o22mr1499417bku.100.1315990043325; Wed, 14 Sep 2011 01:47:23 -0700 (PDT) Received: from localhost.localdomain (c-c37f71d5.029-82-6c756e10.cust.bredbandsbolaget.se [213.113.127.195]) by mx.google.com with ESMTPS id t16sm3139564bkv.11.2011.09.14.01.47.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Sep 2011 01:47:22 -0700 (PDT) From: Per Forlin To: linaro-dev@lists.linaro.org, Akinobu Mita , Linus Walleij , linux-mmc@vger.kernel.org Cc: Chris Ball , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Per Forlin Subject: [PATCH v2 3/3] fault-injection: update documentation with the mmc module param Date: Wed, 14 Sep 2011 10:46:57 +0200 Message-Id: <1315990017-16912-4-git-send-email-per.forlin@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1315990017-16912-1-git-send-email-per.forlin@linaro.org> References: <1315990017-16912-1-git-send-email-per.forlin@linaro.org> Signed-off-by: Per Forlin --- Documentation/fault-injection/fault-injection.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/fault-injection/fault-injection.txt b/Documentation/fault-injection/fault-injection.txt index 70f924e..ba4be8b 100644 --- a/Documentation/fault-injection/fault-injection.txt +++ b/Documentation/fault-injection/fault-injection.txt @@ -121,7 +121,7 @@ use the boot option: failslab= fail_page_alloc= fail_make_request= - fail_mmc_request=,,, + mmc_core.fail_request=,,, How to add new fault injection capability -----------------------------------------