.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:954:37: warning: ‘hns3_dbg_fops’ defined but not used [-Wunused-const-variable=] 954 | static const struct file_operations hns3_dbg_fops = { | ^~~~~~~~~~~~~ New errors added --- /tmp/tmp.OgX05eajq8 2025-07-11 00:56:16.034679153 -0700 +++ /tmp/tmp.uVZy6Zyvf8 2025-07-11 00:57:55.511633416 -0700 @@ -1,0 +2,3 @@ +../drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:954:37: warning: ‘hns3_dbg_fops’ defined but not used [-Wunused-const-variable=] + 954 | static const struct file_operations hns3_dbg_fops = { + | ^~~~~~~~~~~~~ Per-file breakdown --- /tmp/tmp.c46HypHdaf 2025-07-11 00:57:55.530446882 -0700 +++ /tmp/tmp.p8cEYEyvyD 2025-07-11 00:57:55.538446836 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c