dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/ath6kl
Julia Lawall 193634ce77 drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c: adjust array index
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>
2011-08-02 16:10:18 -07:00
..
bmi ath6kl: Replace data type macros with kernel defined ones 2011-05-03 12:29:58 -07:00
hif ath6kl: Replace data type macros with kernel defined ones 2011-05-03 12:29:58 -07:00
htc2 ath6kl: Replace data type macros with kernel defined ones 2011-05-03 12:29:58 -07:00
include ath6kl: Remove ununsed macros from gpio_reg.h 2011-05-06 09:31:55 -07:00
miscdrv drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c: adjust array index 2011-08-02 16:10:18 -07:00
os/linux Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2011-07-28 05:58:19 -07:00
reorder ath6kl: Replace data type macros with kernel defined ones 2011-05-03 12:29:58 -07:00
wlan ath6kl: Replace data type macros with kernel defined ones 2011-05-03 12:29:58 -07:00
wmi staging: ath6kl: implement testmode rx command 2011-07-05 20:29:16 -07:00
Kconfig staging: fix ath6kl build when CFG80211 is not enabled 2011-06-07 12:28:40 -07:00
Makefile ath6kl: use CONFIG_ATH6KL_ENABLE_COEXISTENCE 2011-04-04 22:58:13 -07:00
TODO Ath6kl: TODO: Fix spelling :) 2011-07-08 14:03:37 -07:00