diff mbox series

mmc: s3cmci: remove empty kerneldoc comment

Message ID 20200804151345.28005-1-krzk@kernel.org (mailing list archive)
State New, archived
Headers show
Series mmc: s3cmci: remove empty kerneldoc comment | expand

Commit Message

Krzysztof Kozlowski Aug. 4, 2020, 3:13 p.m. UTC
Remove empty comment to fix W=1 compile warning:

    drivers/mmc/host/s3cmci.c:400: warning: Cannot understand  *
     on line 400 - I thought it was a doc line

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/mmc/host/s3cmci.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Ulf Hansson Aug. 21, 2020, 1:03 p.m. UTC | #1
On Tue, 4 Aug 2020 at 17:14, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> Remove empty comment to fix W=1 compile warning:
>
>     drivers/mmc/host/s3cmci.c:400: warning: Cannot understand  *
>      on line 400 - I thought it was a doc line
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/s3cmci.c | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
> index 444b2769ae2c..b5df948f8155 100644
> --- a/drivers/mmc/host/s3cmci.c
> +++ b/drivers/mmc/host/s3cmci.c
> @@ -396,9 +396,6 @@ static void s3cmci_enable_irq(struct s3cmci_host *host, bool more)
>         local_irq_restore(flags);
>  }
>
> -/**
> - *
> - */
>  static void s3cmci_disable_irq(struct s3cmci_host *host, bool transfer)
>  {
>         unsigned long flags;
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index 444b2769ae2c..b5df948f8155 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -396,9 +396,6 @@  static void s3cmci_enable_irq(struct s3cmci_host *host, bool more)
 	local_irq_restore(flags);
 }
 
-/**
- *
- */
 static void s3cmci_disable_irq(struct s3cmci_host *host, bool transfer)
 {
 	unsigned long flags;