提交 6a34b57b 编写于 作者: N Nicolas Kaiser 提交者: Linus Torvalds

[PATCH] drivers/ide: stray bracket

Stray bracket in debug code.
Signed-off-by: NNicolas Kaiser <nikai@nikai.net>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 d8f79751
......@@ -459,7 +459,7 @@ static void read_intr(void)
#ifdef DEBUG
printk("%s: read: sector %ld, remaining = %ld, buffer=%p\n",
req->rq_disk->disk_name, req->sector, req->nr_sectors,
req->buffer+512));
req->buffer+512);
#endif
if (req->current_nr_sectors <= 0)
end_request(req, 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册