提交 5d3a8cd3 编写于 作者: J Jens Axboe

bsg: fix missing space in version print

Tomo introduced a bug in his commit, removing the space between
"driver" and "version" in the init printk.
Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 13bd59a1
......@@ -1073,7 +1073,7 @@ static int __init bsg_init(void)
if (ret)
goto remove_cdev;
printk(KERN_INFO BSG_DESCRIPTION "version " BSG_VERSION
printk(KERN_INFO BSG_DESCRIPTION " version " BSG_VERSION
" loaded (major %d)\n", bsg_major);
return 0;
remove_cdev:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册