mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-14 17:53:39 +00:00
Staging: iio: Trivial - remove pointless semi colon (checkpatch found)
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
f82f4ad7bf
commit
5f87404dfc
@ -169,7 +169,7 @@ struct iio_trigger *iio_trigger_find_by_name(const char *name, size_t len)
|
||||
mutex_unlock(&iio_trigger_list_lock);
|
||||
|
||||
return found ? trig : NULL;
|
||||
};
|
||||
}
|
||||
EXPORT_SYMBOL(iio_trigger_find_by_name);
|
||||
|
||||
void iio_trigger_poll(struct iio_trigger *trig)
|
||||
|
Loading…
x
Reference in New Issue
Block a user