return IIO_VAL_INT;
 }
 
-static int st_lsm6dsx_write_event(struct iio_dev *iio_dev,
-                                   const struct iio_chan_spec *chan,
-                                   enum iio_event_type type,
-                                   enum iio_event_direction dir,
-                                   enum iio_event_info info,
-                                   int val, int val2)
+static int
+st_lsm6dsx_write_event(struct iio_dev *iio_dev,
+                      const struct iio_chan_spec *chan,
+                      enum iio_event_type type,
+                      enum iio_event_direction dir,
+                      enum iio_event_info info,
+                      int val, int val2)
 {
        struct st_lsm6dsx_sensor *sensor = iio_priv(iio_dev);
        struct st_lsm6dsx_hw *hw = sensor->hw;
        return 0;
 }
 
-static int st_lsm6dsx_read_event_config(struct iio_dev *iio_dev,
-                                         const struct iio_chan_spec *chan,
-                                         enum iio_event_type type,
-                                         enum iio_event_direction dir)
+static int
+st_lsm6dsx_read_event_config(struct iio_dev *iio_dev,
+                            const struct iio_chan_spec *chan,
+                            enum iio_event_type type,
+                            enum iio_event_direction dir)
 {
        struct st_lsm6dsx_sensor *sensor = iio_priv(iio_dev);
        struct st_lsm6dsx_hw *hw = sensor->hw;
        return !!(hw->enable_event & BIT(chan->channel2));
 }
 
-static int st_lsm6dsx_write_event_config(struct iio_dev *iio_dev,
-                                          const struct iio_chan_spec *chan,
-                                          enum iio_event_type type,
-                                          enum iio_event_direction dir,
-                                          int state)
+static int
+st_lsm6dsx_write_event_config(struct iio_dev *iio_dev,
+                             const struct iio_chan_spec *chan,
+                             enum iio_event_type type,
+                             enum iio_event_direction dir, int state)
 {
        struct st_lsm6dsx_sensor *sensor = iio_priv(iio_dev);
        struct st_lsm6dsx_hw *hw = sensor->hw;
                        return err;
        }
 
-       if (dev->of_node && of_property_read_bool(dev->of_node, "wakeup-source"))
+       if (dev->of_node &&
+           of_property_read_bool(dev->of_node, "wakeup-source"))
                device_init_wakeup(dev, true);
 
        return 0;