diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-07-16 16:59:26 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-07-20 11:03:08 +0300 |
commit | faa4540ef4438ece0315ef0d30e9d4ddc8d36dd0 (patch) | |
tree | c0651b19fa6829ee322384537b3d8c6362d7b855 /drivers/iio | |
parent | 61f3e708ccc32c2b233777a5f69c5bb060854cee (diff) | |
download | linux-faa4540ef4438ece0315ef0d30e9d4ddc8d36dd0.tar.xz |
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 <daniel.baluta@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/magnetometer/mmc35240.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/magnetometer/mmc35240.c b/drivers/iio/magnetometer/mmc35240.c index 29a08d72fa90..65f3d1ed0d59 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 |