Commit e48adf19 authored by Ioannis Valasakis's avatar Ioannis Valasakis Committed by Greg Kroah-Hartman

staging: greybus: remove unmatched right bracket

Remove unmatched right bracket. Reported by uncrustify.
Signed-off-by: default avatarIoannis Valasakis <code@wizofe.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2eece0a8
...@@ -1190,7 +1190,6 @@ static int gb_camera_debugfs_init(struct gb_camera *gcam) ...@@ -1190,7 +1190,6 @@ static int gb_camera_debugfs_init(struct gb_camera *gcam)
debugfs_create_file(entry->name, entry->mask, debugfs_create_file(entry->name, entry->mask,
gcam->debugfs.root, gcam, gcam->debugfs.root, gcam,
&gb_camera_debugfs_ops); &gb_camera_debugfs_ops);
}
} }
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment