From: Krzysztof Kozlowski Date: Tue, 4 Aug 2020 15:13:45 +0000 (+0200) Subject: mmc: s3cmci: remove empty kerneldoc comment X-Git-Tag: v5.10-rc1~176^2~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb82d3b57c35eb91918964954e6c8efcc1018ce3;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20200804151345.28005-1-krzk@kernel.org Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 444b2769ae2ca..b5df948f8155e 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;