fix formatting

This commit is contained in:
Markus Fröschle
2016-11-20 15:21:54 +00:00
parent 4b0c35c882
commit 6b19a4e552

View File

@@ -116,9 +116,11 @@ static void i2c_stop(struct i2c_algo_bit_data *adap)
sdahi(adap); sdahi(adap);
} }
/* send a byte without start cond., look for arbitration, /*
check ackn. from slave */ * send a byte without start cond., look for arbitration,
/* returns: * check ackn. from slave
*
* returns:
* 1 if the device acknowledged * 1 if the device acknowledged
* 0 if the device did not ack * 0 if the device did not ack
* -ETIMEDOUT if an error occurred (while raising the scl line) * -ETIMEDOUT if an error occurred (while raising the scl line)