Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/nfc/nci/rsp.c:1:9: error: expected identifier or ‘(’ before ‘if’ 1 | if (skb->len < sizeof(*rsp)) { | ^~ ../net/nfc/nci/rsp.c:5:9: error: expected identifier or ‘(’ before ‘if’ 5 | if (skb->len < 6 + rsp_1->num_supported_rf_interfaces + | ^~ ../net/nfc/nci/rsp.c:10:9: error: expected identifier or ‘(’ before ‘if’ 10 | if (skb->len < sizeof(*rsp_1)) | ^~ make[6]: *** [../scripts/Makefile.build:289: net/nfc/nci/rsp.o] Error 1 make[5]: *** [../scripts/Makefile.build:548: net/nfc/nci] Error 2 make[4]: *** [../scripts/Makefile.build:548: net/nfc] Error 2 make[3]: *** [../scripts/Makefile.build:548: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x462 (section: .text) -> is_static_object (section: .init.text) Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/nfc/nci/rsp.c:1:9: error: expected identifier or ‘(’ before ‘if’ 1 | if (skb->len < sizeof(*rsp)) { | ^~ ../net/nfc/nci/rsp.c:5:9: error: expected identifier or ‘(’ before ‘if’ 5 | if (skb->len < 6 + rsp_1->num_supported_rf_interfaces + | ^~ ../net/nfc/nci/rsp.c:10:9: error: expected identifier or ‘(’ before ‘if’ 10 | if (skb->len < sizeof(*rsp_1)) | ^~ make[6]: *** [../scripts/Makefile.build:289: net/nfc/nci/rsp.o] Error 1 make[5]: *** [../scripts/Makefile.build:548: net/nfc/nci] Error 2 make[4]: *** [../scripts/Makefile.build:548: net/nfc] Error 2 make[3]: *** [../scripts/Makefile.build:548: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.kZ4iGoowrh 2026-04-13 05:18:56.284666411 -0400 +++ /tmp/tmp.zmOFynFDJ5 2026-04-13 05:19:04.198187792 -0400 @@ -2 +2,17 @@ -WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x462 (section: .text) -> is_static_object (section: .init.text) +../net/nfc/nci/rsp.c:1:9: error: expected identifier or ‘(’ before ‘if’ + 1 | if (skb->len < sizeof(*rsp)) { + | ^~ +../net/nfc/nci/rsp.c:5:9: error: expected identifier or ‘(’ before ‘if’ + 5 | if (skb->len < 6 + rsp_1->num_supported_rf_interfaces + + | ^~ +../net/nfc/nci/rsp.c:10:9: error: expected identifier or ‘(’ before ‘if’ + 10 | if (skb->len < sizeof(*rsp_1)) + | ^~ +make[6]: *** [../scripts/Makefile.build:289: net/nfc/nci/rsp.o] Error 1 +make[5]: *** [../scripts/Makefile.build:548: net/nfc/nci] Error 2 +make[4]: *** [../scripts/Makefile.build:548: net/nfc] Error 2 +make[3]: *** [../scripts/Makefile.build:548: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2105: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.BHYBGPlee4 2026-04-13 05:19:04.199616443 -0400 +++ /tmp/tmp.CgNOiBcpMD 2026-04-13 05:19:04.201616427 -0400 @@ -0,0 +1 @@ + 3 ../net/nfc/nci/rsp.c