From patchwork Wed Sep 14 12:10:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Per Forlin X-Patchwork-Id: 4068 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 5A22C23E51 for ; Wed, 14 Sep 2011 12:10:48 +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 4FB70A18AFB for ; Wed, 14 Sep 2011 12:10:48 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so2202652fxe.11 for ; Wed, 14 Sep 2011 05:10:48 -0700 (PDT) Received: by 10.223.94.134 with SMTP id z6mr136506fam.8.1316002248186; Wed, 14 Sep 2011 05:10:48 -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 m8cs46963lab; Wed, 14 Sep 2011 05:10:47 -0700 (PDT) Received: by 10.204.144.2 with SMTP id x2mr2977346bku.315.1316002247686; Wed, 14 Sep 2011 05:10:47 -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 n1si1876bke.97.2011.09.14.05.10.46 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Sep 2011 05:10:47 -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 zt19so1675025bkb.37 for ; Wed, 14 Sep 2011 05:10:46 -0700 (PDT) Received: by 10.204.132.65 with SMTP id a1mr1516585bkt.216.1316002246366; Wed, 14 Sep 2011 05:10:46 -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 t16sm3297bkv.11.2011.09.14.05.10.44 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Sep 2011 05:10:45 -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 v3 3/3] fault-injection: update documentation with the mmc module param Date: Wed, 14 Sep 2011 14:10:18 +0200 Message-Id: <1316002218-3408-4-git-send-email-per.forlin@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1316002218-3408-1-git-send-email-per.forlin@linaro.org> References: <1316002218-3408-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 -----------------------------------------