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: Chihau Chau <chihau@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chihau Chau
2012-10-25 03:37:38 -03:00
committed by Greg Kroah-Hartman
parent 585628255a
commit f28c407587

View File

@@ -228,8 +228,7 @@ handle_bh_error(unifi_priv_t *priv)
* *
* --------------------------------------------------------------------------- * ---------------------------------------------------------------------------
*/ */
static int static int bh_thread_function(void *arg)
bh_thread_function(void *arg)
{ {
unifi_priv_t *priv = (unifi_priv_t *)arg; unifi_priv_t *priv = (unifi_priv_t *)arg;
CsrResult csrResult; CsrResult csrResult;