Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -228,8 +228,7 @@ 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;
	CsrResult csrResult;