staging: greybus: align parameters to parentheses
authorIoannis Valasakis <code@wizofe.uk>
Fri, 9 Nov 2018 13:53:31 +0000 (13:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Nov 2018 17:49:02 +0000 (09:49 -0800)
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>
drivers/staging/greybus/core.c

index 5d14a4e8dada63c7528b9cb03ff56f50a47be5c4..412337daf45c9d77c9c6022a5fb460997aa6ba57 100644 (file)
@@ -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))