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:
committed by
Greg Kroah-Hartman
parent
585628255a
commit
f28c407587
@@ -228,20 +228,19 @@ 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;
|
||||||
long ret;
|
long ret;
|
||||||
u32 timeout, t;
|
u32 timeout, t;
|
||||||
struct uf_thread *this_thread;
|
struct uf_thread *this_thread;
|
||||||
|
|
||||||
unifi_trace(priv, UDBG2, "bh_thread_function starting\n");
|
unifi_trace(priv, UDBG2, "bh_thread_function starting\n");
|
||||||
|
|
||||||
this_thread = &priv->bh_thread;
|
this_thread = &priv->bh_thread;
|
||||||
|
|
||||||
t = timeout = 0;
|
t = timeout = 0;
|
||||||
while (!kthread_should_stop()) {
|
while (!kthread_should_stop()) {
|
||||||
/* wait until an error occurs, or we need to process something. */
|
/* wait until an error occurs, or we need to process something. */
|
||||||
unifi_trace(priv, UDBG3, "bh_thread goes to sleep.\n");
|
unifi_trace(priv, UDBG3, "bh_thread goes to sleep.\n");
|
||||||
|
Reference in New Issue
Block a user