Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/atm/lec.c: In function ‘lec_atm_pre_send’: ../net/atm/lec.c:503:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 503 | if (!pskb_may_pull(skb, msg_size)) | ^~ ../net/atm/lec.c:506:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 506 | mesg = (struct atmlec_msg *)skb->data; | ^~~~ Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/atm/lec.c: In function ‘lec_atm_pre_send’: ../net/atm/lec.c:503:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 503 | if (!pskb_may_pull(skb, msg_size)) | ^~ ../net/atm/lec.c:506:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 506 | mesg = (struct atmlec_msg *)skb->data; | ^~~~ New errors added --- /tmp/tmp.D0GkSDWq0e 2025-12-06 23:22:11.383884238 -0500 +++ /tmp/tmp.RBmWf3t2Hw 2025-12-06 23:22:34.024655012 -0500 @@ -1,0 +2,7 @@ +../net/atm/lec.c: In function ‘lec_atm_pre_send’: +../net/atm/lec.c:503:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] + 503 | if (!pskb_may_pull(skb, msg_size)) + | ^~ +../net/atm/lec.c:506:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ + 506 | mesg = (struct atmlec_msg *)skb->data; + | ^~~~ Per-file breakdown --- /tmp/tmp.9IVWQCNcM5 2025-12-06 23:22:34.027414211 -0500 +++ /tmp/tmp.xKYBFAib2y 2025-12-06 23:22:34.029414189 -0500 @@ -0,0 +1 @@ + 1 ../net/atm/lec.c