From 6b19a4e55217f8743eddcc46e46d1733ef35f023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 20 Nov 2016 15:21:54 +0000 Subject: [PATCH] fix formatting --- radeon/i2c-algo-bit.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/radeon/i2c-algo-bit.c b/radeon/i2c-algo-bit.c index 86e4d25..a5f845a 100644 --- a/radeon/i2c-algo-bit.c +++ b/radeon/i2c-algo-bit.c @@ -116,9 +116,11 @@ static void i2c_stop(struct i2c_algo_bit_data *adap) sdahi(adap); } -/* send a byte without start cond., look for arbitration, - check ackn. from slave */ -/* returns: +/* + * send a byte without start cond., look for arbitration, + * check ackn. from slave + * + * returns: * 1 if the device acknowledged * 0 if the device did not ack * -ETIMEDOUT if an error occurred (while raising the scl line)