diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 02:55:22 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 02:55:22 +0100 | 
| commit | 8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8 (patch) | |
| tree | 24c189eb88f7864177be3645e48b44e6e50d6304 /common/soft_i2c.c | |
| parent | 1264b4050c6f635cc237b5821f924817457ce50c (diff) | |
| download | olio-uboot-2014.01-8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8.tar.xz olio-uboot-2014.01-8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8.zip | |
Coding Style cleanup
Diffstat (limited to 'common/soft_i2c.c')
| -rw-r--r-- | common/soft_i2c.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/soft_i2c.c b/common/soft_i2c.c index 268da2cdc..48e3d3e1c 100644 --- a/common/soft_i2c.c +++ b/common/soft_i2c.c @@ -289,7 +289,7 @@ int i2c_probe(uchar addr)  	int rc;  	/* -	 * perform 1 byte write transaction with just address byte  +	 * perform 1 byte write transaction with just address byte  	 * (fake write)  	 */  	send_start(); |