staging: cxt1e1: Fix no spaces at the start of a line in musycc.c

clean up checkpatch.pl warning:
 WARNING: please no spaces at the start of a line in

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Daeseok Youn 2014-05-09 19:02:20 +09:00 committed by Greg Kroah-Hartman
parent fdf4a4948c
commit 2ab4b6e7ca

View file

@ -449,7 +449,6 @@ musycc_chan_restart(mch_t *ch)
#endif
c4_wk_chan_restart(ch); /* work queue mechanism fires off: Ref:
* musycc_wq_chan_restart () */
}
@ -1654,7 +1653,7 @@ musycc_start_xmit(ci_t *ci, int channum, void *mem_token)
if (!(ch->status & TX_ENABLED))
return -EROFS; /* how else to flag unwritable state ? */
#ifdef RLD_TRANS_DEBUGx
#ifdef RLD_TRANS_DEBUG
if (1 || cxt1e1_log_level >= LOG_MONITOR2)
#else
if (cxt1e1_log_level >= LOG_MONITOR2)