There were just a few minor errors like foo * bar, so I fixed them.

Signed-off-by: Sangho Yi <antir...@gmail.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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to