iio: chemical: bme680: cleanup bme680_read_calib formatting
authorDavid Frey <dpfrey@gmail.com>
Fri, 17 Aug 2018 19:03:14 +0000 (12:03 -0700)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 19 Aug 2018 15:58:45 +0000 (16:58 +0100)
commit6784ba340a0ea48e276f888143d444ec631ff4a6
tree57963e90a17ba1729696e949a1ebc25c809ccbe4
parent8a0ae7d83aa8427fd264404da3045994521b621f
iio: chemical: bme680: cleanup bme680_read_calib formatting

Use the full 80 char width to reduce the number of lines taken
by function calls.

Remove blank lines where it aids clarity by bringing together related
code blocks (such as read hi and low bytes and then combine them into
one value).

Signed-off-by: David Frey <dpfrey@gmail.com>
Reviewed-by: Himanshu Jha <himanshujha199640@gmail.com>
Tested-by: Himanshu Jha <himanshujha199640@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/bme680_core.c