.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.lnOxwJLVzc 2025-06-10 14:25:41.572086613 -0700 +++ /tmp/tmp.l6bKW8KnAB 2025-06-10 14:26:32.322349597 -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.piiraB6FOn 2025-06-10 14:26:32.327544550 -0700 +++ /tmp/tmp.39zyssMw61 2025-06-10 14:26:32.330544528 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/ethernet/meta/fbnic/fbnic_mac.c