aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2020-08-04 17:13:45 +0200
committerUlf Hansson <[email protected]>2020-09-07 09:11:27 +0200
commitbb82d3b57c35eb91918964954e6c8efcc1018ce3 (patch)
tree02e6e392b8be9ad037948878f00cf71d98ba3d70
parentd99654f62362e08fb203bb9f5b6ffbd2c00ad8b6 (diff)
mmc: s3cmci: remove empty kerneldoc comment
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r--drivers/mmc/host/s3cmci.c3
1 files changed, 0 insertions, 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;