[PATCH] i2c: Big i2c-elektor cleanup
authorStig Telfer <stig@lizardlogic.co.uk>
Fri, 7 Oct 2005 22:23:27 +0000 (00:23 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:10 +0000 (14:02 -0700)
commitfe3d6a99782d5345b1927e872d77d1778668094b
treed275d3abee80c0ec19193350ede05308697b51fe
parent3634ff6a32e90d9db0ec19297e80059143c1aa7f
[PATCH] i2c: Big i2c-elektor cleanup

Cleanups to the i2c-elektor driver:

* Set the i2c_adapter name field to "i2c-elektor" and use this string
  in all resource requests and printks.
* Change space-padding for tab indentation, kill trailing white space,
  remove space before comma.
* Use dev_info, pr_info and pr_debug instead of printk.
* Lines chopped to 80 columns.

Signed-off-by: Stig Telfer <stig@lizardlogic.co.uk>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/busses/i2c-elektor.c