Messages in this thread Patch in this message |  | | From | Yang Shen <> | Subject | [PATCH 20/34] net: socionext: Demote non-compliant kernel-doc headers | Date | Sat, 15 May 2021 18:53:45 +0800 |
| |
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
Cc: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Yang Shen <shenyang39@huawei.com> --- drivers/net/ethernet/socionext/sni_ave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/socionext/sni_ave.c b/drivers/net/ethernet/socionext/sni_ave.c index fcbb4bb..5eb6bb4 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. -- 2.7.4
|  |