All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: s3cmci: remove empty kerneldoc comment
@ 2020-08-04 15:13 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-04 15:13 UTC (permalink / raw)
  To: Ben Dooks, Ulf Hansson, linux-arm-kernel, linux-mmc, linux-kernel
  Cc: Krzysztof Kozlowski

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] mmc: s3cmci: remove empty kerneldoc comment
@ 2020-08-04 15:13 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-04 15:13 UTC (permalink / raw)
  To: Ben Dooks, Ulf Hansson, linux-arm-kernel, linux-mmc, linux-kernel
  Cc: Krzysztof Kozlowski

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(-)

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mmc: s3cmci: remove empty kerneldoc comment
  2020-08-04 15:13 ` Krzysztof Kozlowski
@ 2020-08-21 13:03   ` Ulf Hansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2020-08-21 13:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Ben Dooks, Linux ARM, linux-mmc, Linux Kernel Mailing List

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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mmc: s3cmci: remove empty kerneldoc comment
@ 2020-08-21 13:03   ` Ulf Hansson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2020-08-21 13:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-mmc, Linux ARM, Ben Dooks, Linux Kernel Mailing List

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
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-21 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 15:13 [PATCH] mmc: s3cmci: remove empty kerneldoc comment Krzysztof Kozlowski
2020-08-04 15:13 ` Krzysztof Kozlowski
2020-08-21 13:03 ` Ulf Hansson
2020-08-21 13:03   ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.