From: Lee Jones Date: Thu, 16 Jul 2020 13:59:26 +0000 (+0100) Subject: iio: magnetometer: mmc35240: Fix function header formatting X-Git-Tag: v5.9-rc1~119^2~61^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa4540ef4438ece0315ef0d30e9d4ddc8d36dd0;p=thirdparty%2Fkernel%2Fstable.git iio: magnetometer: mmc35240: Fix function header formatting All lines in the header must start with " *". Fixes the following W=1 kernel build warning(s): drivers/iio/magnetometer/mmc35240.c:304: warning: bad line: compensation for output value. Cc: Daniel Baluta Signed-off-by: Lee Jones Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/magnetometer/mmc35240.c b/drivers/iio/magnetometer/mmc35240.c index 29a08d72fa906..65f3d1ed0d597 100644 --- a/drivers/iio/magnetometer/mmc35240.c +++ b/drivers/iio/magnetometer/mmc35240.c @@ -301,7 +301,7 @@ static int mmc35240_read_measurement(struct mmc35240_data *data, __le16 buf[3]) /** * mmc35240_raw_to_mgauss - convert raw readings to milli gauss. Also apply - compensation for output value. + * compensation for output value. * * @data: device private data * @index: axis index for which we want the conversion