linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Jijie Shao <shaojijie@huawei.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <pabeni@redhat.com>,
	<andrew+netdev@lunn.ch>, <horms@kernel.org>,
	<shenjian15@huawei.com>, <liuyonglong@huawei.com>,
	<chenhao418@huawei.com>, <jonathan.cameron@huawei.com>,
	<shameerali.kolothum.thodi@huawei.com>, <salil.mehta@huawei.com>,
	<arnd@kernel.org>, <netdev@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net-next 09/11] net: hns3: use seq_file for files in common/ of hclge layer
Date: Thu, 10 Jul 2025 17:39:20 -0700	[thread overview]
Message-ID: <20250710173920.501fae25@kernel.org> (raw)
In-Reply-To: <20250708130029.1310872-10-shaojijie@huawei.com>

On Tue, 8 Jul 2025 21:00:27 +0800 Jijie Shao wrote:
> From: Yonglong Liu <liuyonglong@huawei.com>
> 
> This patch use seq_file for the following nodes:
> mng_tbl/loopback/interrupt_info/reset_info/imp_info/ncl_config/
> mac_tnl_status/service_task_info/vlan_config/ptp_info

Looks like some of the functions removed by the last patch need to be
removed here already, otherwise we get a transient warning:

warning: unused function 'hns3_dbg_common_file_init' [-Wunused-function] 1094 | hns3_dbg_common_file_init(struct hnae3_handle *handle, u32 cmd)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:731:13: warning: unused function 'hclge_dbg_fill_content' [-Wunused-function]
  731 | static void hclge_dbg_fill_content(char *content, u16 len,
      |             ^~~~~~~~~~~~~~~~~~~~~~

There's another one in patch 10.
-- 
pw-bot: cr

  parent reply	other threads:[~2025-07-11  0:39 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-08 13:00 [PATCH net-next 00/11] net: hns3: use seq_file for debugfs Jijie Shao
2025-07-08 13:00 ` [PATCH net-next 01/11] net: hns3: remove tx spare info from debugfs Jijie Shao
2025-07-08 14:31   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 02/11] net: hns3: clean up the build warning in debugfs by use seq file Jijie Shao
2025-07-08 14:33   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 03/11] net: hns3: use seq_file for files in queue/ in debugfs Jijie Shao
2025-07-08 14:34   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 04/11] net: hns3: use seq_file for files in common/ of hns3 layer Jijie Shao
2025-07-08 14:36   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 05/11] net: hns3: use seq_file for files in tm/ in debugfs Jijie Shao
2025-07-08 14:38   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 06/11] net: hns3: use seq_file for files in mac_list/ " Jijie Shao
2025-07-08 14:39   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 07/11] net: hns3: use seq_file for files in reg/ " Jijie Shao
2025-07-08 14:40   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 08/11] net: hns3: use seq_file for files in fd/ " Jijie Shao
2025-07-08 14:40   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 09/11] net: hns3: use seq_file for files in common/ of hclge layer Jijie Shao
2025-07-08 14:41   ` Andrew Lunn
2025-07-11  0:39   ` Jakub Kicinski [this message]
2025-07-08 13:00 ` [PATCH net-next 10/11] net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfs Jijie Shao
2025-07-08 14:41   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 11/11] net: hns3: remove the unused code after using seq_file Jijie Shao
2025-07-08 14:42   ` Andrew Lunn
2025-07-08 13:32 ` [PATCH net-next 00/11] net: hns3: use seq_file for debugfs Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250710173920.501fae25@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=arnd@kernel.org \
    --cc=chenhao418@huawei.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jonathan.cameron@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liuyonglong@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=salil.mehta@huawei.com \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=shaojijie@huawei.com \
    --cc=shenjian15@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).