Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99698b45 authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron
Browse files

iio: whitespace cleanup and removal of semicolon after functions

parent d25b3808
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -76,19 +76,19 @@ struct iio_trigger {
static inline struct iio_trigger *to_iio_trigger(struct device *d)
{
	return container_of(d, struct iio_trigger, dev);
};
}

static inline void iio_trigger_put(struct iio_trigger *trig)
{
	module_put(trig->ops->owner);
	put_device(&trig->dev);
};
}

static inline void iio_trigger_get(struct iio_trigger *trig)
{
	get_device(&trig->dev);
	__module_get(trig->ops->owner);
};
}

/**
 * iio_trigger_register() - register a trigger with the IIO core
+5 −5

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.