diff mbox series

mmc: debugfs: add description for module parameter

Message ID 20210604104459.7574-1-wsa+renesas@sang-engineering.com
State New
Headers show
Series mmc: debugfs: add description for module parameter | expand

Commit Message

Wolfram Sang June 4, 2021, 10:44 a.m. UTC
Make it obvious what this is for.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 drivers/mmc/core/debugfs.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Ulf Hansson June 8, 2021, 1:16 p.m. UTC | #1
On Fri, 4 Jun 2021 at 12:45, Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
>

> Make it obvious what this is for.

>

> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


Applied for next, thanks!

Kind regards
Uffe


> ---

>  drivers/mmc/core/debugfs.c | 1 +

>  1 file changed, 1 insertion(+)

>

> 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 */

>

> --

> 2.30.2

>
diff mbox series

Patch

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 */