summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/omap_remoteproc.c
diff options
context:
space:
mode:
authorAnna, Suman2016-08-13 01:42:22 +0200
committerBjorn Andersson2016-08-13 06:27:50 +0200
commit334765f45b4db607768b64f4afe9fccf85bd6c0a (patch)
treeb67f35d1ade3fee1d7dc8da0a94ca52b8347b0b0 /drivers/remoteproc/omap_remoteproc.c
parentremoteproc: print hex numbers with a leading 0x format (diff)
downloadkernel-qcow2-linux-334765f45b4db607768b64f4afe9fccf85bd6c0a.tar.gz
kernel-qcow2-linux-334765f45b4db607768b64f4afe9fccf85bd6c0a.tar.xz
kernel-qcow2-linux-334765f45b4db607768b64f4afe9fccf85bd6c0a.zip
remoteproc/omap: fix various code formatting issues
This patch fixes some of the existing checkpatch warnings in OMAP remoteproc code. The fixes are to the following warnings: 1. WARNING: missing space after return type 2. WARNING: Unnecessary space after function pointer name 3. CHECK: Alignment should match open parenthesis Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/omap_remoteproc.c')
-rw-r--r--drivers/remoteproc/omap_remoteproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/omap_remoteproc.c b/drivers/remoteproc/omap_remoteproc.c
index b74368a91235..ddc1a12d75e0 100644
--- a/drivers/remoteproc/omap_remoteproc.c
+++ b/drivers/remoteproc/omap_remoteproc.c
@@ -196,7 +196,7 @@ static int omap_rproc_probe(struct platform_device *pdev)
}
rproc = rproc_alloc(&pdev->dev, pdata->name, &omap_rproc_ops,
- pdata->firmware, sizeof(*oproc));
+ pdata->firmware, sizeof(*oproc));
if (!rproc)
return -ENOMEM;