From patchwork Tue Sep 13 21:03:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Per Forlin X-Patchwork-Id: 4054 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 4BF6B23F44 for ; Tue, 13 Sep 2011 21:04:37 +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 424E0A183E1 for ; Tue, 13 Sep 2011 21:04:37 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so1360744fxe.11 for ; Tue, 13 Sep 2011 14:04:37 -0700 (PDT) Received: by 10.223.34.143 with SMTP id l15mr185337fad.46.1315947877161; Tue, 13 Sep 2011 14:04:37 -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 m8cs22992lab; Tue, 13 Sep 2011 14:04:37 -0700 (PDT) Received: by 10.204.131.198 with SMTP id y6mr296746bks.330.1315947876702; Tue, 13 Sep 2011 14:04:36 -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 p7si2069950bke.91.2011.09.13.14.04.35 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Sep 2011 14:04:36 -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 zt19so1061786bkb.37 for ; Tue, 13 Sep 2011 14:04:35 -0700 (PDT) Received: by 10.204.131.71 with SMTP id w7mr151086bks.168.1315947875109; Tue, 13 Sep 2011 14:04:35 -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 i5sm2260984bkd.0.2011.09.13.14.04.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Sep 2011 14:04:34 -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 3/3] fault-injection: update documenation with the mmc module param Date: Tue, 13 Sep 2011 23:03:30 +0200 Message-Id: <1315947810-22714-4-git-send-email-per.forlin@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1315947810-22714-1-git-send-email-per.forlin@linaro.org> References: <1315947810-22714-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 -----------------------------------------