.pylintrc: warning: ignored by one of the .gitignore files ../net/atm/mpc.c: In function ‘find_lec_by_itfnum’: ../net/atm/mpc.c:278:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 278 | if (dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs ../net/atm/mpc.c:278:32: note: each undeclared identifier is reported only once for each function it appears in ../net/atm/mpc.c: In function ‘mpoa_event_listener’: ../net/atm/mpc.c:1012:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 1012 | if (dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs make[5]: *** [../scripts/Makefile.build:287: net/atm/mpc.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/atm] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../net/atm/mpc.c: In function ‘find_lec_by_itfnum’: ../net/atm/mpc.c:278:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 278 | if (dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs ../net/atm/mpc.c:278:32: note: each undeclared identifier is reported only once for each function it appears in ../net/atm/mpc.c: In function ‘mpoa_event_listener’: ../net/atm/mpc.c:1012:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 1012 | if (dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs make[5]: *** [../scripts/Makefile.build:287: net/atm/mpc.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/atm] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.rcQRjMhflk 2025-07-01 20:45:23.042796923 -0700 +++ /tmp/tmp.D6uH7SyF0U 2025-07-01 20:45:35.762185317 -0700 @@ -1,0 +2,18 @@ +../net/atm/mpc.c: In function ‘find_lec_by_itfnum’: +../net/atm/mpc.c:278:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? + 278 | if (dev->netdev_ops != lec_netdev_ops) + | ^~~~~~~~~~~~~~ + | alloc_netdev_mqs +../net/atm/mpc.c:278:32: note: each undeclared identifier is reported only once for each function it appears in +../net/atm/mpc.c: In function ‘mpoa_event_listener’: +../net/atm/mpc.c:1012:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? + 1012 | if (dev->netdev_ops != lec_netdev_ops) + | ^~~~~~~~~~~~~~ + | alloc_netdev_mqs +make[5]: *** [../scripts/Makefile.build:287: net/atm/mpc.o] Error 1 +make[4]: *** [../scripts/Makefile.build:554: net/atm] Error 2 +make[3]: *** [../scripts/Makefile.build:554: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 +make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.UT1YKQR6Y9 2025-07-01 20:45:35.767646221 -0700 +++ /tmp/tmp.avc7DGAp9n 2025-07-01 20:45:35.770646203 -0700 @@ -0,0 +1 @@ + 2 ../net/atm/mpc.c