aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2021-06-04 12:44:59 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2021-06-14 13:57:43 +0200
commit039259156b3bbe62bff3492f007f0dd247013fa6 (patch)
tree6e5c717dbbb959778935aa21b559ff79e10d1531
parentmmc: via-sdmmc: add a check against NULL pointer dereference (diff)
downloadlinux-dev-039259156b3bbe62bff3492f007f0dd247013fa6.tar.xz
linux-dev-039259156b3bbe62bff3492f007f0dd247013fa6.zip
mmc: debugfs: add description for module parameter
Make it obvious what this is for. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/20210604104459.7574-1-wsa+renesas@sang-engineering.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--drivers/mmc/core/debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/debugfs.c b/drivers/mmc/core/debugfs.c
index 9ec84c86c46a..3fdbc801e64a 100644
--- a/drivers/mmc/core/debugfs.c
+++ b/drivers/mmc/core/debugfs.c
@@ -26,6 +26,7 @@
static DECLARE_FAULT_ATTR(fail_default_attr);
static char *fail_request;
module_param(fail_request, charp, 0);
+MODULE_PARM_DESC(fail_request, "default fault injection attributes");
#endif /* CONFIG_FAIL_MMC_REQUEST */