Commit 8c346176 authored by Rusty Russell's avatar Rusty Russell Committed by James Bottomley

[PATCH] Trivial patch for scsi_error.c

From:  Alan Stern <stern@rowland.harvard.edu>
parent cb6cf02e
......@@ -1338,7 +1338,7 @@ static void scsi_eh_lock_door(struct scsi_device *sdev)
if (unlikely(!sreq)) {
printk(KERN_ERR "%s: request allocate failed,"
"prevent media removal cmd not sent", __FUNCTION__);
"prevent media removal cmd not sent\n", __FUNCTION__);
return;
}
......
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