Re: [patch 3/2] drivers/char/vt.c: remove unnecessary code

From: Arjan van de Ven
Date: Mon Feb 28 2005 - 09:30:23 EST



> - for(npar = 0 ; npar < NPAR ; npar++)
> + for(npar = NPAR - 1; npar >= 0; npar--)
> par[npar] = 0;

if you really want to clean this up.. why not use memset() instead ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/