提交 5869619c 编写于 作者: J Jens Axboe

cfq-iosched: fix style issue in cfq_get_avg_queues()

Line breaks and bad brace placement.
Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 718eee05
......@@ -393,8 +393,8 @@ cfq_prio_to_slice(struct cfq_data *cfqd, struct cfq_queue *cfqq)
* to quickly follows sudden increases and decrease slowly
*/
static inline unsigned
cfq_get_avg_queues(struct cfq_data *cfqd, bool rt) {
static inline unsigned cfq_get_avg_queues(struct cfq_data *cfqd, bool rt)
{
unsigned min_q, max_q;
unsigned mult = cfq_hist_divisor - 1;
unsigned round = cfq_hist_divisor / 2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册