Re: [patch 8/9] forcedeth: suggested cleanups

2006-04-27 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Ingo Oeser <[EMAIL PROTECTED]> general: - endian annotation of the ring descriptors nv_getlen(): - use htons() instead of __constant_htons() to improvde readability and let the compiler constant fold it. nv_rx_process(): - use a

[patch 8/9] forcedeth: suggested cleanups

2006-04-27 Thread akpm
From: Ingo Oeser <[EMAIL PROTECTED]> general: - endian annotation of the ring descriptors nv_getlen(): - use htons() instead of __constant_htons() to improvde readability and let the compiler constant fold it. nv_rx_process(): - use a real for() loop in process