提交 a2a87b22 编写于 作者: E Elizabeth Ferdman 提交者: Greg Kroah-Hartman

staging: greybus: Add blank line after declaration

Add a blank line after a declaration. Error found by checkpatch.
Signed-off-by: NElizabeth Ferdman <gnudevliz@gmail.com>
Reviewed-by: NVaibhav Agarwal <vaibhav.sr@gmail.com>
Reviewed-by: NMark Greer <mgreer@animalcreek.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1047cc13
...@@ -114,6 +114,7 @@ static int gbaudio_map_widgetname(struct gbaudio_module_info *module, ...@@ -114,6 +114,7 @@ static int gbaudio_map_widgetname(struct gbaudio_module_info *module,
const char *name) const char *name)
{ {
struct gbaudio_widget *widget; struct gbaudio_widget *widget;
list_for_each_entry(widget, &module->widget_list, list) { list_for_each_entry(widget, &module->widget_list, list) {
if (!strncmp(widget->name, name, NAME_SIZE)) if (!strncmp(widget->name, name, NAME_SIZE))
return widget->id; return widget->id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册