Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: trigger: Add a blank line after declarations

This patch fixes the following checkpatch.pl warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Roberta Dobrescu and committed by
Jonathan Cameron
450a5ff7 60347e71

+2
+2
drivers/iio/trigger/iio-trig-sysfs.c
··· 135 135 struct iio_sysfs_trig *t; 136 136 int ret; 137 137 bool foundit = false; 138 + 138 139 mutex_lock(&iio_sysfs_trig_list_mut); 139 140 list_for_each_entry(t, &iio_sysfs_trig_list, l) 140 141 if (id == t->id) { ··· 186 185 { 187 186 bool foundit = false; 188 187 struct iio_sysfs_trig *t; 188 + 189 189 mutex_lock(&iio_sysfs_trig_list_mut); 190 190 list_for_each_entry(t, &iio_sysfs_trig_list, l) 191 191 if (id == t->id) {