Commit 217bcec4 authored by Stefan Roese's avatar Stefan Roese Committed by Jean Delvare

i2c-ibm_iic: Whitespace cleanup

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent ccf60d85
This diff is collapsed.
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
* drivers/i2c/busses/i2c-ibm_iic.h * drivers/i2c/busses/i2c-ibm_iic.h
* *
* Support for the IIC peripheral on IBM PPC 4xx * Support for the IIC peripheral on IBM PPC 4xx
* *
* Copyright (c) 2003 Zultys Technologies. * Copyright (c) 2003 Zultys Technologies.
* Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net> * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
* *
* Based on original work by * Based on original work by
* Ian DaSilva <idasilva@mvista.com> * Ian DaSilva <idasilva@mvista.com>
* Armin Kuster <akuster@mvista.com> * Armin Kuster <akuster@mvista.com>
* Matt Porter <mporter@mvista.com> * Matt Porter <mporter@mvista.com>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#ifndef __I2C_IBM_IIC_H_ #ifndef __I2C_IBM_IIC_H_
#define __I2C_IBM_IIC_H_ #define __I2C_IBM_IIC_H_
#include <linux/i2c.h> #include <linux/i2c.h>
struct iic_regs { struct iic_regs {
u16 mdbuf; u16 mdbuf;
...@@ -58,7 +58,7 @@ struct ibm_iic_private { ...@@ -58,7 +58,7 @@ struct ibm_iic_private {
#define CNTL_TCT_MASK 0x30 #define CNTL_TCT_MASK 0x30
#define CNTL_TCT_SHIFT 4 #define CNTL_TCT_SHIFT 4
#define CNTL_RPST 0x08 #define CNTL_RPST 0x08
#define CNTL_CHT 0x04 #define CNTL_CHT 0x04
#define CNTL_RW 0x02 #define CNTL_RW 0x02
#define CNTL_PT 0x01 #define CNTL_PT 0x01
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment