.pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/meta/fbnic/fbnic_mac.c:543:13: warning: ‘fbnic_mac_get_fw_settings’ defined but not used [-Wunused-function] 543 | static void fbnic_mac_get_fw_settings(struct fbnic_dev *fbd, u8 *aui, u8 *fec) | ^~~~~~~~~~~~~~~~~~~~~~~~~ New errors added --- /tmp/tmp.Rhi75HmqtU 2025-06-10 15:02:44.688930796 -0700 +++ /tmp/tmp.Gt5Zm1XPQa 2025-06-10 15:03:53.841189871 -0700 @@ -1,0 +2,3 @@ +../drivers/net/ethernet/meta/fbnic/fbnic_mac.c:543:13: warning: ‘fbnic_mac_get_fw_settings’ defined but not used [-Wunused-function] + 543 | static void fbnic_mac_get_fw_settings(struct fbnic_dev *fbd, u8 *aui, u8 *fec) + | ^~~~~~~~~~~~~~~~~~~~~~~~~ Per-file breakdown --- /tmp/tmp.moUgVLWQxe 2025-06-10 15:03:53.846330767 -0700 +++ /tmp/tmp.IYMYAJpuX3 2025-06-10 15:03:53.849330746 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/ethernet/meta/fbnic/fbnic_mac.c