Commit 2ab4b6e7 authored by Daeseok Youn's avatar Daeseok Youn Committed by Greg Kroah-Hartman

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: default avatarDaeseok Youn <daeseok.youn@gmail.com>
Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fdf4a494
...@@ -449,7 +449,6 @@ musycc_chan_restart(mch_t *ch) ...@@ -449,7 +449,6 @@ musycc_chan_restart(mch_t *ch)
#endif #endif
c4_wk_chan_restart(ch); /* work queue mechanism fires off: Ref: c4_wk_chan_restart(ch); /* work queue mechanism fires off: Ref:
* musycc_wq_chan_restart () */ * musycc_wq_chan_restart () */
} }
...@@ -632,7 +631,7 @@ musycc_update_timeslots(mpi_t *pi) ...@@ -632,7 +631,7 @@ musycc_update_timeslots(mpi_t *pi)
#ifdef SBE_WAN256T3_ENABLE #ifdef SBE_WAN256T3_ENABLE
void void
musycc_update_timeslots(mpi_t *pi) musycc_update_timeslots(mpi_t *pi)
{ {
mch_t *ch; mch_t *ch;
...@@ -1513,7 +1512,7 @@ musycc_intr_bh_tasklet(ci_t *ci) ...@@ -1513,7 +1512,7 @@ musycc_intr_bh_tasklet(ci_t *ci)
} }
#if 0 #if 0
int __init int __init
musycc_new_chan(ci_t *ci, int channum, void *user) musycc_new_chan(ci_t *ci, int channum, void *user)
{ {
mch_t *ch; mch_t *ch;
...@@ -1542,7 +1541,7 @@ musycc_new_chan(ci_t *ci, int channum, void *user) ...@@ -1542,7 +1541,7 @@ musycc_new_chan(ci_t *ci, int channum, void *user)
#ifdef SBE_PMCC4_ENABLE #ifdef SBE_PMCC4_ENABLE
status_t status_t
musycc_chan_down(ci_t *dummy, int channum) musycc_chan_down(ci_t *dummy, int channum)
{ {
mpi_t *pi; mpi_t *pi;
...@@ -1654,7 +1653,7 @@ musycc_start_xmit(ci_t *ci, int channum, void *mem_token) ...@@ -1654,7 +1653,7 @@ musycc_start_xmit(ci_t *ci, int channum, void *mem_token)
if (!(ch->status & TX_ENABLED)) if (!(ch->status & TX_ENABLED))
return -EROFS; /* how else to flag unwritable state ? */ return -EROFS; /* how else to flag unwritable state ? */
#ifdef RLD_TRANS_DEBUGx #ifdef RLD_TRANS_DEBUG
if (1 || cxt1e1_log_level >= LOG_MONITOR2) if (1 || cxt1e1_log_level >= LOG_MONITOR2)
#else #else
if (cxt1e1_log_level >= LOG_MONITOR2) if (cxt1e1_log_level >= LOG_MONITOR2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment