fix formatting
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user