commit | 6c129be8c7bd1bdbd47ba8e17f6e5053ef04aee8 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sat Oct 08 00:17:35 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 14:02:10 2005 -0700 |
tree | ee63ddf9651ae49a2b48615135ea338ba9e12bb9 | |
parent | 30dac7469741906436b50f9413dccd446366d371 [diff] |
[PATCH] i2c: Rename i2c-parport variable to avoid confusion It's a bit confusing to name a variable the same as an unrelated structure. The compiler doesn't complain, but it certainly makes the code harder to understand, and could confuse grep and LXR among others. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>