staging: greybus: align parameters to parentheses
Align parameters to the right side of the left parentheses Reported by checkpatch. Signed-off-by: Ioannis Valasakis <code@wizofe.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9b76530d39
commit
f17f542965
|
@ -28,7 +28,7 @@ int greybus_disabled(void)
|
|||
EXPORT_SYMBOL_GPL(greybus_disabled);
|
||||
|
||||
static bool greybus_match_one_id(struct gb_bundle *bundle,
|
||||
const struct greybus_bundle_id *id)
|
||||
const struct greybus_bundle_id *id)
|
||||
{
|
||||
if ((id->match_flags & GREYBUS_ID_MATCH_VENDOR) &&
|
||||
(id->vendor != bundle->intf->vendor_id))
|
||||
|
|
Loading…
Reference in New Issue