From: Ioannis Valasakis Date: Fri, 9 Nov 2018 13:53:31 +0000 (+0000) Subject: staging: greybus: align parameters to parentheses X-Git-Tag: v5.0-rc1~97^2~328 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f17f542965d7774f7ad1a3bb17bbcd61f0bb982a;p=thirdparty%2Flinux.git staging: greybus: align parameters to parentheses Align parameters to the right side of the left parentheses Reported by checkpatch. Signed-off-by: Ioannis Valasakis Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/core.c b/drivers/staging/greybus/core.c index 5d14a4e8dada6..412337daf45c9 100644 --- a/drivers/staging/greybus/core.c +++ b/drivers/staging/greybus/core.c @@ -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))