mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
193634ce77
Convert array index from the loop bound to the loop index. A simplified version of the semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression e1,e2,ar; @@ for(e1 = 0; e1 < e2; e1++) { <... ar[ - e2 + e1 ] ...> } // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
bmi | ||
hif | ||
htc2 | ||
include | ||
miscdrv | ||
os/linux | ||
reorder | ||
wlan | ||
wmi | ||
Kconfig | ||
Makefile | ||
TODO |