aliyun/plugsched

merge multi decleration lines into one

Closed this issue · 0 comments

In generated scheduler module files, there are such kind of function decleration. It's better to merge ';' to the previous line.

void wake_up_q(struct wake_q_head *head)
;

int sched_setscheduler(struct task_struct *p, int policy,
               const struct sched_param *param)
;