========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/mxl862xx/mxl862xx.c:331:29: error: too many arguments to function call, expected single argument 'dp', have 2 arguments 331 | if (dsa_port_is_unused(ds, port) || | ~~~~~~~~~~~~~~~~~~ ^~~~ ../include/net/dsa.h:546:20: note: 'dsa_port_is_unused' declared here 546 | static inline bool dsa_port_is_unused(struct dsa_port *dp) | ^ ~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx.c:332:26: error: too many arguments to function call, expected single argument 'port', have 2 arguments 332 | dsa_port_is_dsa(ds, port)) | ~~~~~~~~~~~~~~~ ^~~~ ../include/net/dsa.h:531:20: note: 'dsa_port_is_dsa' declared here 531 | static inline bool dsa_port_is_dsa(struct dsa_port *port) | ^ ~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. make[7]: *** [../scripts/Makefile.build:287: drivers/net/dsa/mxl862xx/mxl862xx.o] Error 1 make[7]: *** Waiting for unfinished jobs.... make[6]: *** [../scripts/Makefile.build:544: drivers/net/dsa/mxl862xx] Error 2 make[5]: *** [../scripts/Makefile.build:544: drivers/net/dsa] Error 2 make[4]: *** [../scripts/Makefile.build:544: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:544: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2054: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/mxl862xx/mxl862xx.c:331:29: error: too many arguments to function call, expected single argument 'dp', have 2 arguments 331 | if (dsa_port_is_unused(ds, port) || | ~~~~~~~~~~~~~~~~~~ ^~~~ ../include/net/dsa.h:546:20: note: 'dsa_port_is_unused' declared here 546 | static inline bool dsa_port_is_unused(struct dsa_port *dp) | ^ ~~~~~~~~~~~~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx.c:332:26: error: too many arguments to function call, expected single argument 'port', have 2 arguments 332 | dsa_port_is_dsa(ds, port)) | ~~~~~~~~~~~~~~~ ^~~~ ../include/net/dsa.h:531:20: note: 'dsa_port_is_dsa' declared here 531 | static inline bool dsa_port_is_dsa(struct dsa_port *port) | ^ ~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. make[7]: *** [../scripts/Makefile.build:287: drivers/net/dsa/mxl862xx/mxl862xx.o] Error 1 make[6]: *** [../scripts/Makefile.build:544: drivers/net/dsa/mxl862xx] Error 2 make[5]: *** [../scripts/Makefile.build:544: drivers/net/dsa] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:544: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:544: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2054: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.NseJ6uGSoO 2026-01-29 20:21:30.676737898 -0500 +++ /tmp/tmp.zt1NA5CQQq 2026-01-29 20:23:03.648011640 -0500 @@ -1,0 +2,24 @@ +../drivers/net/dsa/mxl862xx/mxl862xx.c:331:29: error: too many arguments to function call, expected single argument 'dp', have 2 arguments + 331 | if (dsa_port_is_unused(ds, port) || + | ~~~~~~~~~~~~~~~~~~ ^~~~ +../include/net/dsa.h:546:20: note: 'dsa_port_is_unused' declared here + 546 | static inline bool dsa_port_is_unused(struct dsa_port *dp) + | ^ ~~~~~~~~~~~~~~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx.c:332:26: error: too many arguments to function call, expected single argument 'port', have 2 arguments + 332 | dsa_port_is_dsa(ds, port)) + | ~~~~~~~~~~~~~~~ ^~~~ +../include/net/dsa.h:531:20: note: 'dsa_port_is_dsa' declared here + 531 | static inline bool dsa_port_is_dsa(struct dsa_port *port) + | ^ ~~~~~~~~~~~~~~~~~~~~~ +2 errors generated. +make[7]: *** [../scripts/Makefile.build:287: drivers/net/dsa/mxl862xx/mxl862xx.o] Error 1 +make[6]: *** [../scripts/Makefile.build:544: drivers/net/dsa/mxl862xx] Error 2 +make[5]: *** [../scripts/Makefile.build:544: drivers/net/dsa] Error 2 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:544: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:544: drivers] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2054: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.IDTmECOmcH 2026-01-29 20:23:03.651011617 -0500 +++ /tmp/tmp.Hn3r5MFDkz 2026-01-29 20:23:03.653011601 -0500 @@ -0,0 +1 @@ + 2 ../drivers/net/dsa/mxl862xx/mxl862xx.c