.pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/mhi_net.c: In function ‘mhi_net_probe’: ../drivers/net/mhi_net.c:354:39: warning: variable ‘info’ set but not used [-Wunused-but-set-variable] 354 | const struct mhi_device_info *info; | ^~~~ .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/mhi_net.c: In function ‘mhi_net_probe’: ../drivers/net/mhi_net.c:354:39: warning: variable ‘info’ set but not used [-Wunused-but-set-variable] 354 | const struct mhi_device_info *info; | ^~~~ New errors added --- /tmp/tmp.4ObYzifho3 2025-07-24 07:21:45.115572369 -0700 +++ /tmp/tmp.2FbHFWNjW5 2025-07-24 07:22:35.910963992 -0700 @@ -1,0 +2,4 @@ +../drivers/net/mhi_net.c: In function ‘mhi_net_probe’: +../drivers/net/mhi_net.c:354:39: warning: variable ‘info’ set but not used [-Wunused-but-set-variable] + 354 | const struct mhi_device_info *info; + | ^~~~ Per-file breakdown --- /tmp/tmp.m7O4bTv7iU 2025-07-24 07:22:35.916118946 -0700 +++ /tmp/tmp.btOcO8zEh8 2025-07-24 07:22:35.920118924 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/mhi_net.c