From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC8F7C43460 for ; Mon, 17 May 2021 02:17:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6D96611C2 for ; Mon, 17 May 2021 02:17:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231258AbhEQCTG (ORCPT ); Sun, 16 May 2021 22:19:06 -0400 Received: from mx.socionext.com ([202.248.49.38]:8370 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230192AbhEQCTF (ORCPT ); Sun, 16 May 2021 22:19:05 -0400 Received: from unknown (HELO kinkan2-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 17 May 2021 11:17:49 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan2-ex.css.socionext.com (Postfix) with ESMTP id 87E402059027; Mon, 17 May 2021 11:17:49 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Mon, 17 May 2021 11:17:49 +0900 Received: from yuzu2.css.socionext.com (yuzu2 [172.31.9.57]) by iyokan2.css.socionext.com (Postfix) with ESMTP id 330F0B1D40; Mon, 17 May 2021 11:17:49 +0900 (JST) Received: from [10.212.23.88] (unknown [10.212.23.88]) by yuzu2.css.socionext.com (Postfix) with ESMTP id E39B3106B24; Mon, 17 May 2021 11:17:48 +0900 (JST) Subject: Re: [PATCH 20/34] net: socionext: Demote non-compliant kernel-doc headers To: Yang Shen Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <1621076039-53986-1-git-send-email-shenyang39@huawei.com> <1621076039-53986-21-git-send-email-shenyang39@huawei.com> From: Kunihiko Hayashi Message-ID: <0927db5b-12f4-6374-f869-84685906df31@socionext.com> Date: Mon, 17 May 2021 11:17:48 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <1621076039-53986-21-git-send-email-shenyang39@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yang, On 2021/05/15 19:53, Yang Shen wrote: > 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 > Signed-off-by: Yang Shen I confirmed the fix of the warning. Reviewed-by: Kunihiko Hayashi Thank you, --- Best Regards Kunihiko Hayashi