Commit 5f49ef8e authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman
Browse files

[PATCH] i2c-viapro: Coding style fixes



Before I go on cleaning up and improving the i2c-viapro driver, let's
fix all the coding style issues: mostly trailing white space, and
spaces used where tabs should be.

Signed-off-by: default avatarJean Delvare <khali@linux-fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>

 Documentation/i2c/busses/i2c-viapro |   12 ++---
 drivers/i2c/busses/i2c-viapro.c     |   76 ++++++++++++++++++------------------
 2 files changed, 43 insertions(+), 45 deletions(-)
parent 32c0a520
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -43,5 +43,3 @@ Your lspci -n listing must show one of these :

If none of these show up, you should look in the BIOS for settings like
enable ACPI / SMBus or even USB.

+38 −38

File changed.

Contains only whitespace changes.