staging: greybus: remove unmatched right bracket
Remove unmatched right bracket. Reported by uncrustify. Signed-off-by: Ioannis Valasakis <code@wizofe.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2eece0a88d
commit
e48adf19ea
|
@ -1190,7 +1190,6 @@ static int gb_camera_debugfs_init(struct gb_camera *gcam)
|
|||
debugfs_create_file(entry->name, entry->mask,
|
||||
gcam->debugfs.root, gcam,
|
||||
&gb_camera_debugfs_ops);
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue