[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350321868-2613-9-git-send-email-antiroot@gmail.com>
Date: Tue, 16 Oct 2012 02:24:28 +0900
From: Sangho Yi <antiroot@...il.com>
To: devel@...verdev.osuosl.org
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
Sangho Yi <antiroot@...il.com>
Subject: [PATCH 09/14] staging: csr: Fixed foo * bar --> foo *bar on io.c
There were just a few minor errors like foo * bar, so I fixed them.
Signed-off-by: Sangho Yi <antiroot@...il.com>
---
drivers/staging/csr/io.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c
index 934eacd..e85fe94 100644
--- a/drivers/staging/csr/io.c
+++ b/drivers/staging/csr/io.c
@@ -85,7 +85,7 @@ static int uf_read_proc(char *page, char **start, off_t offset, int count,
#ifdef CSR_WIFI_RX_PATH_SPLIT
-static CsrResult signal_buffer_init(unifi_priv_t * priv, int size)
+static CsrResult signal_buffer_init(unifi_priv_t *priv, int size)
{
int i;
func_enter();
@@ -115,7 +115,7 @@ static CsrResult signal_buffer_init(unifi_priv_t * priv, int size)
}
-static void signal_buffer_free(unifi_priv_t * priv, int size)
+static void signal_buffer_free(unifi_priv_t *priv, int size)
{
int i;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists