K 10 svn:author V 3 cem K 8 svn:date V 27 2020-01-29T05:42:24.567239Z K 7 svn:log V 256 bnxt(4): Eliminate wrong sizeof() expression in memset() While here, clean up magic numbers. The memset(,0,) (and M_ZERO!) can just be removed; the bit_alloc() API already zeros the allocation. No functional change. Reported by: Coverity CID: 1378286 END