[i2c] [PATCH 07/12] i2c: Fix copy-n-paste in subsystem Kconfig
Jean Delvare
khali at linux-fr.org
Sun Aug 13 23:39:11 CEST 2006
From: Arthur Othieno <apgo at patchbomb.org>
Content-Disposition: inline; filename=i2c-fix-copy-n-paste-in-subsystem-Kconfig.patch
i2c: Fix copy-n-paste in subsystem Kconfig
We have:
drivers/i2c/Kconfig:2:# Character device configuration
Which is obviously not true..
Signed-off-by: Arthur Othieno <apgo at patchbomb.org>
Signed-off-by: Jean Delvare <khali at linux-fr.org>
---
drivers/i2c/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.18-rc4.orig/drivers/i2c/Kconfig 2006-08-13 21:04:06.000000000 +0200
+++ linux-2.6.18-rc4/drivers/i2c/Kconfig 2006-08-13 22:23:19.000000000 +0200
@@ -1,5 +1,5 @@
#
-# Character device configuration
+# I2C subsystem configuration
#
menu "I2C support"
--
Jean Delvare
More information about the i2c
mailing list