public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* forcedeth question
@ 2007-09-26 18:35 roel
  0 siblings, 0 replies; only message in thread
From: roel @ 2007-09-26 18:35 UTC (permalink / raw)
  To: lkml

in file ./drivers/net/forcedeth.c
line 2142 of current git I have a
for (i=0;i<=np->register_size;i+= 32) {
           ^
shouldn't this be a '<'

In the same file on line 4015:
for (i = 0;i <= np->register_size/sizeof(u32); i++)

shouldn't the "<=" be a '<'?

Roel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-26 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 18:35 forcedeth question roel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox