Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1313 −1314
Original line number Original line Diff line number Diff line
@@ -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 () */

}
}




@@ -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)