aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/sbeid.c
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/sbeid.c
parentStaging/cxt1e1/comet.c:Modifying comment style and intentation (diff)
downloadlinux-dev-ee1803cf20923b019d24d265f37b3d6897fc4a74.tar.xz
linux-dev-ee1803cf20923b019d24d265f37b3d6897fc4a74.zip
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/sbeid.c')
-rw-r--r--drivers/staging/cxt1e1/sbeid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/cxt1e1/sbeid.c b/drivers/staging/cxt1e1/sbeid.c
index a2243b10ef05..0f9bd5f8136c 100644
--- a/drivers/staging/cxt1e1/sbeid.c
+++ b/drivers/staging/cxt1e1/sbeid.c
@@ -27,7 +27,7 @@
char *
-sbeid_get_bdname (ci_t * ci)
+sbeid_get_bdname (ci_t *ci)
{
char *np = 0;
@@ -73,7 +73,7 @@ sbeid_get_bdname (ci_t * ci)
/* given the presetting of brd_id, set the corresponding hdw_id */
void
-sbeid_set_hdwbid (ci_t * ci)
+sbeid_set_hdwbid (ci_t *ci)
{
/*
* set SBE's unique hardware identification (for legacy boards might not
@@ -170,7 +170,7 @@ sbeid_set_hdwbid (ci_t * ci)
/* given the presetting of hdw_bid, set the corresponding brd_id */
void
-sbeid_set_bdtype (ci_t * ci)
+sbeid_set_bdtype (ci_t *ci)
{
/* set SBE's unique PCI VENDOR/DEVID */
switch (ci->hdw_bid)