Commit f28c4075 authored by Chihau Chau's avatar Chihau Chau Committed by Greg Kroah-Hartman

Staging: csr: bh.c: fixing spaces coding style issues

Fixed some coding style issues replacing spaces for tab at the beginning
of some lines
Signed-off-by: default avatarChihau Chau <chihau@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 58562825
......@@ -228,10 +228,9 @@ handle_bh_error(unifi_priv_t *priv)
*
* ---------------------------------------------------------------------------
*/
static int
bh_thread_function(void *arg)
static int bh_thread_function(void *arg)
{
unifi_priv_t *priv = (unifi_priv_t*)arg;
unifi_priv_t *priv = (unifi_priv_t *)arg;
CsrResult csrResult;
long ret;
u32 timeout, t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment