K 10 svn:author V 3 cem K 8 svn:date V 27 2020-01-29T05:31:40.567049Z K 7 svn:log V 293 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 END