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
|
#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)
|
||||||
|
|
||||||
|
|
||||||
#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)
|
||||||
}
|
}
|
||||||
|
|
||||||
#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)
|
||||||
|
|
||||||
|
|
||||||
#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)
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue