K 10 svn:author V 8 kbowling K 8 svn:date V 27 2021-10-03T05:06:03.510457Z K 7 svn:log V 444 ixgbe(4): Eliminate bogus sizeof() expressions All of these uses of sizeof() were on the wrong type in relation to the pointer passed to SYSCTL_ADD_PROC as arg1. Fortunately, none of the handlers actually use arg2. So just don't pass a (non-zero) arg2. Reported by: Coverity CID: 1007701 (cherry picked from commit d09fbcd0b6eae765a190eaa4dc931050af7bd25f) Git Hash: 9c0707ed9ff150718fe8e0215c4c9fe8f4bc7f4a Git Author: cem@FreeBSD.org END