mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:20:54 +07:00
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: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
13bd59a111
commit
5d3a8cd34b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user