From a2a87b224b33f30ca5172945c132e39260e95403 Mon Sep 17 00:00:00 2001 From: Elizabeth Ferdman Date: Tue, 4 Oct 2016 13:06:10 -0700 Subject: [PATCH] staging: greybus: Add blank line after declaration Add a blank line after a declaration. Error found by checkpatch. Signed-off-by: Elizabeth Ferdman Reviewed-by: Vaibhav Agarwal Reviewed-by: Mark Greer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/audio_topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c index b625169..5c76067 100644 --- a/drivers/staging/greybus/audio_topology.c +++ b/drivers/staging/greybus/audio_topology.c @@ -114,6 +114,7 @@ static int gbaudio_map_widgetname(struct gbaudio_module_info *module, const char *name) { struct gbaudio_widget *widget; + list_for_each_entry(widget, &module->widget_list, list) { if (!strncmp(widget->name, name, NAME_SIZE)) return widget->id; -- 2.7.4