Skip to content

Commit

Permalink
bsg: fix missing space in version print
Browse files Browse the repository at this point in the history
Tomo introduced a bug in his commit, removing the space between
"driver" and "version" in the init printk.

Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Jens Axboe committed Jul 17, 2007
1 parent 13bd59a commit 5d3a8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/bsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d3a8cd

Please sign in to comment.