sfc: Clean up efx_nic::irq_zero_count
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 28 Apr 2010 09:30:00 +0000 (09:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Apr 2010 19:44:41 +0000 (12:44 -0700)
There is no need for this to be unsigned long; make it unsigned int.
It does need a line in kernel-doc, so add that.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found