summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/remoteproc-omap.h
diff options
context:
space:
mode:
authorAnna, Suman <s-anna@ti.com>2016-08-12 18:42:22 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-08-12 21:27:50 -0700
commit334765f45b4db607768b64f4afe9fccf85bd6c0a (patch)
treeb67f35d1ade3fee1d7dc8da0a94ca52b8347b0b0 /include/linux/platform_data/remoteproc-omap.h
parent9d7814a9a48eb2283f1d93f52b020c0683fecf47 (diff)
downloadlinux-334765f45b4db607768b64f4afe9fccf85bd6c0a.tar.gz
linux-334765f45b4db607768b64f4afe9fccf85bd6c0a.tar.xz
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 'include/linux/platform_data/remoteproc-omap.h')
-rw-r--r--include/linux/platform_data/remoteproc-omap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/platform_data/remoteproc-omap.h b/include/linux/platform_data/remoteproc-omap.h
index bfbd12b41162..71a1b2399c48 100644
--- a/include/linux/platform_data/remoteproc-omap.h
+++ b/include/linux/platform_data/remoteproc-omap.h
@@ -39,9 +39,9 @@ struct omap_rproc_pdata {
const char *firmware;
const char *mbox_name;
const struct rproc_ops *ops;
- int (*device_enable) (struct platform_device *pdev);
- int (*device_shutdown) (struct platform_device *pdev);
- void(*set_bootaddr)(u32);
+ int (*device_enable)(struct platform_device *pdev);
+ int (*device_shutdown)(struct platform_device *pdev);
+ void (*set_bootaddr)(u32);
};
#if defined(CONFIG_OMAP_REMOTEPROC) || defined(CONFIG_OMAP_REMOTEPROC_MODULE)