aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/core.c
diff options
context:
space:
mode:
authorBhanusree Pola <bhanusreemahesh@gmail.com>2019-02-26 06:02:44 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-26 11:46:51 +0100
commitb7417e3ca455c432cd385bd6f10ba209084cd9a1 (patch)
treed5740b0ace5771493a9d9c7ee215b95348ac0dab /drivers/staging/greybus/core.c
parentStaging: greybus: Blank lines not required before '}' (diff)
downloadlinux-dev-b7417e3ca455c432cd385bd6f10ba209084cd9a1.tar.xz
linux-dev-b7417e3ca455c432cd385bd6f10ba209084cd9a1.zip
Staging: greybus: Alignment should match open parenthesis
Clean checkpatch.pl issue in various files: CHECK: Alignment should match open parenthesis Adjust parameters to match alignment with open paranthesis Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-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 412337daf45c..d6b0d49130c0 100644
--- a/drivers/staging/greybus/core.c
+++ b/drivers/staging/greybus/core.c
@@ -266,7 +266,7 @@ static int greybus_remove(struct device *dev)
}
int greybus_register_driver(struct greybus_driver *driver, struct module *owner,
- const char *mod_name)
+ const char *mod_name)
{
int retval;