i2c: i801: Fix the alignment of the device table
authorJean Delvare <jdelvare@suse.de>
Thu, 17 Jul 2014 13:03:24 +0000 (15:03 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 22 Jan 2016 21:40:11 +0000 (21:40 +0000)
commitce5dac6cdf2d11b8364ef55d266aee66b0e47c91
treecba25768a7c7aaf62c8cedf01dbea3d4f291b2fb
parent314be5a9a7211ed0c5615b824a33ca62473805b5
i2c: i801: Fix the alignment of the device table

commit ce3161106ab57afbfbe1c33d95bf4a569405983a upstream.

A long name broke the alignment, shift the columns a bit to fix it and
make the table look nice again. While we're here, switch to the
standard comment style to make checkpatch happy, and use tabs instead
of spaces for column alignment.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
[bwh: Backported to 3.2: "Interrupt processing" isn't mentioned]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/i2c/busses/i2c-i801.c