Commit 111b5e8e authored by Linus Torvalds's avatar Linus Torvalds

Fix missing semicolon from gendisk work.

parent 1a6c88f4
...@@ -56,7 +56,7 @@ add_gendisk(struct gendisk *gp) ...@@ -56,7 +56,7 @@ add_gendisk(struct gendisk *gp)
if (sgp == gp) if (sgp == gp)
{ {
printk(KERN_ERR "add_gendisk: device major %d is buggy and added a live gendisk!\n", printk(KERN_ERR "add_gendisk: device major %d is buggy and added a live gendisk!\n",
sgp->major) sgp->major);
goto out; goto out;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment