Eric Biggers <ebigg...@kernel.org> wrote: > - u8 *iv = walk->iv; > + u8 * const iv = walk->iv;
Does adding this const actually gain anything? (this is done twice) David
Eric Biggers <ebigg...@kernel.org> wrote: > - u8 *iv = walk->iv; > + u8 * const iv = walk->iv;
Does adding this const actually gain anything? (this is done twice) David