* [PATCH] staging: greybus: Add blank line after declaration
@ 2016-10-04 20:06 Elizabeth Ferdman
0 siblings, 0 replies; only message in thread
From: Elizabeth Ferdman @ 2016-10-04 20:06 UTC (permalink / raw)
To: outreachy-kernel
Cc: amsfield22, daniel.baluta, vaibhav.sr, mgreer, johan, elder,
gregkh
Add a blank line after a declaration. Error found by checkpatch.
Signed-off-by: Elizabeth Ferdman <gnudevliz@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.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-04 20:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 20:06 [PATCH] staging: greybus: Add blank line after declaration Elizabeth Ferdman
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.