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:
parent
fdf4a4948c
commit
2ab4b6e7ca
1 changed files with 1313 additions and 1314 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue