aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorIoannis Valasakis <code@wizofe.uk>2018-11-09 13:53:31 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-09 09:49:02 -0800
commitf17f542965d7774f7ad1a3bb17bbcd61f0bb982a (patch)
treeb6c5c5336f162f15277fa884ad1e9ebf3002a165 /drivers/staging/greybus
parentstaging: greybus: shorten comparison to NULL (diff)
downloadlinux-dev-f17f542965d7774f7ad1a3bb17bbcd61f0bb982a.tar.xz
linux-dev-f17f542965d7774f7ad1a3bb17bbcd61f0bb982a.zip
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>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/core.c b/drivers/staging/greybus/core.c
index 5d14a4e8dada..412337daf45c 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))