diff options
author | Yang Shen <shenyang39@huawei.com> | 2021-05-17 07:45:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-18 00:12:39 +0300 |
commit | 40d9fca8b3fd7c4617c2af064d7ec8124cd79c75 (patch) | |
tree | 6805c963fb1e8fc8f59bf50e45c82cffd9257d40 /drivers/net/ethernet/socionext | |
parent | 61633d71a71c4bcc27f43c9020fcb15137de6dd5 (diff) | |
download | linux-40d9fca8b3fd7c4617c2af064d7ec8124cd79c75.tar.xz |
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>
Diffstat (limited to 'drivers/net/ethernet/socionext')
-rw-r--r-- | drivers/net/ethernet/socionext/sni_ave.c | 2 |
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. |