.pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/mctp/mctp-pcc.c: In function ‘mctp_pcc_rx_alloc’: ../drivers/net/mctp/mctp-pcc.c:71:15: warning: variable ‘skb_buf’ set but not used [-Wunused-but-set-variable] 71 | void *skb_buf; | ^~~~~~~ .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/mctp/mctp-pcc.c: In function ‘mctp_pcc_rx_alloc’: ../drivers/net/mctp/mctp-pcc.c:71:15: warning: variable ‘skb_buf’ set but not used [-Wunused-but-set-variable] 71 | void *skb_buf; | ^~~~~~~ New errors added --- /tmp/tmp.OglAcoYf8h 2025-07-10 14:40:22.117106766 -0700 +++ /tmp/tmp.KFGsXJE6tn 2025-07-10 14:43:08.768101015 -0700 @@ -1,0 +2,4 @@ +../drivers/net/mctp/mctp-pcc.c: In function ‘mctp_pcc_rx_alloc’: +../drivers/net/mctp/mctp-pcc.c:71:15: warning: variable ‘skb_buf’ set but not used [-Wunused-but-set-variable] + 71 | void *skb_buf; + | ^~~~~~~ Per-file breakdown --- /tmp/tmp.12edoGiuQg 2025-07-10 14:43:08.773528493 -0700 +++ /tmp/tmp.hpzuGjs9lX 2025-07-10 14:43:08.776528477 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/mctp/mctp-pcc.c