- It does not make sense to use "for (;cond;)", use "while (cond)" instead
commit95301c6ea3e5a64eea3804d3f99558d5e24c72f0
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 25 Jan 2008 15:44:49 +0000 (25 15:44 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 25 Jan 2008 15:44:49 +0000 (25 15:44 +0000)
tree5ae5f65aca88035c4c7f5b9f874a8e64bb520db6
parent3545e5fcbf34dc79eaff696a98dda251a94adf2c
- It does not make sense to use "for (;cond;)", use "while (cond)" instead
- Bark out loud, if hardware gives us wrong encryption done index
sys/dev/netif/ral/rt2560.c