iio: gyro: bmg160_core: remove trailing tab
authorJulien Stephan <jstephan@baylibre.com>
Wed, 23 Oct 2024 13:39:40 +0000 (15:39 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 1 Nov 2024 14:54:45 +0000 (14:54 +0000)
Remove trailing tab

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20241023-iio-gyro-bmg160_core-remove-trailing-tab-v1-1-9343c7dc4110@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/bmg160_core.c

index 4990785..bb23569 100644 (file)
@@ -443,7 +443,7 @@ static int bmg160_setup_new_data_interrupt(struct bmg160_data *data,
 
 static int bmg160_get_bw(struct bmg160_data *data, int *val)
 {
-       struct device *dev = regmap_get_device(data->regmap);   
+       struct device *dev = regmap_get_device(data->regmap);
        int i;
        unsigned int bw_bits;
        int ret;