* [PATCH 3/7] staging: greybus: Add blank line after variable declarations.
@ 2016-10-11 3:12 Elise Lennion
2016-10-12 13:22 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Elise Lennion @ 2016-10-11 3:12 UTC (permalink / raw)
To: vaibhav.sr, mgreer, johan, elder, gregkh, outreachy-kernel
Fix checkpatch warning:
WARNING: Missing a blank line after declarations
Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-12 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-11 3:12 [PATCH 3/7] staging: greybus: Add blank line after variable declarations Elise Lennion
2016-10-12 13:22 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.