.pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:1094:1: warning: ‘hns3_dbg_common_file_init’ defined but not used [-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: ‘hclge_dbg_fill_content’ defined but not used [-Wunused-function] 731 | static void hclge_dbg_fill_content(char *content, u16 len, | ^~~~~~~~~~~~~~~~~~~~~~ New errors added --- /tmp/tmp.8kQShs6HUv 2025-07-08 07:17:52.004877796 -0700 +++ /tmp/tmp.2yLRcOoOXa 2025-07-08 07:19:00.981030400 -0700 @@ -1,0 +2,6 @@ +../drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:1094:1: warning: ‘hns3_dbg_common_file_init’ defined but not used [-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: ‘hclge_dbg_fill_content’ defined but not used [-Wunused-function] + 731 | static void hclge_dbg_fill_content(char *content, u16 len, + | ^~~~~~~~~~~~~~~~~~~~~~ Per-file breakdown --- /tmp/tmp.nxfgcBQMkB 2025-07-08 07:19:00.987665831 -0700 +++ /tmp/tmp.zChKYsRTZY 2025-07-08 07:19:00.991665806 -0700 @@ -0,0 +1,2 @@ + 1 ../drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c + 1 ../drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c