aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Shen <shenyang39@huawei.com>2021-05-17 12:45:31 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-17 14:12:39 -0700
commit40d9fca8b3fd7c4617c2af064d7ec8124cd79c75 (patch)
tree6805c963fb1e8fc8f59bf50e45c82cffd9257d40
parentnet: samsung: sxgbe: Fix wrong function name in comments (diff)
downloadlinux-dev-40d9fca8b3fd7c4617c2af064d7ec8124cd79c75.tar.xz
linux-dev-40d9fca8b3fd7c4617c2af064d7ec8124cd79c75.zip
net: socionext: Demote non-compliant kernel-doc headers
Fixes the following W=1 kernel build warning(s): drivers/net/ethernet/socionext/sni_ave.c:28: warning: expecting prototype for sni_ave.c(). Prototype was for AVE_IDR() instead Signed-off-by: Yang Shen <shenyang39@huawei.com> Reviewed-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/socionext/sni_ave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/socionext/sni_ave.c b/drivers/net/ethernet/socionext/sni_ave.c
index fcbb4bb31408..5eb6bb4f7b6c 100644
--- a/drivers/net/ethernet/socionext/sni_ave.c
+++ b/drivers/net/ethernet/socionext/sni_ave.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/**
+/*
* sni_ave.c - Socionext UniPhier AVE ethernet driver
* Copyright 2014 Panasonic Corporation
* Copyright 2015-2017 Socionext Inc.