mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02: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…
Reference in New Issue
Block a user