summaryrefslogtreecommitdiff
path: root/drivers/staging/cxt1e1/sbeproc.h
diff options
context:
space:
mode:
authorDulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>2013-05-22 23:29:26 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-22 15:28:30 -0700
commitee1803cf20923b019d24d265f37b3d6897fc4a74 (patch)
treee7893093b9eec4da9d1651bfdfb585c05d6eeb6f /drivers/staging/cxt1e1/sbeproc.h
parentcd1ccce1650f9ff305d85568f1c7b5bbc4cc3650 (diff)
Staging/cxt1e1:Fixing foo * bar should be foo *bar
This patch fixes the variable naming error foo * bar should be foo *bar. Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/cxt1e1/sbeproc.h')
-rw-r--r--drivers/staging/cxt1e1/sbeproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/cxt1e1/sbeproc.h b/drivers/staging/cxt1e1/sbeproc.h
index e5c072cf1952..37285df359c1 100644
--- a/drivers/staging/cxt1e1/sbeproc.h
+++ b/drivers/staging/cxt1e1/sbeproc.h
@@ -28,11 +28,11 @@ int __init sbecom_proc_brd_init (ci_t *);
#else
-static inline void sbecom_proc_brd_cleanup(ci_t * ci)
+static inline void sbecom_proc_brd_cleanup(ci_t *ci)
{
}
-static inline int __init sbecom_proc_brd_init(ci_t * ci)
+static inline int __init sbecom_proc_brd_init(ci_t *ci)
{
return 0;
}