[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071018094706.GA23058@inspiron>
Date: Thu, 18 Oct 2007 11:47:06 +0200
From: Alejandro Martinez Ruiz <alex@...wedcode.org>
To: Jeff Garzik <jgarzik@...ox.com>
Cc: netdev@...r.kernel.org
Subject: [PATCH 0/3] netdev: ARRAY_SIZE() cleanups
Hi,
these patches convert more cases of array size calculations to use the
ARRAY_SIZE() macro.
First patch converts those of the form 'sizeof(arr) / ETH_GSTRING_LEN',
second one some other mostly obvious cases, and the third applies to the
almost dead sk98lin driver (which also removes a useless check AFAICS).
Alex
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists