Commit b9fc0296 authored by Konrad Rzeszutek Wilk's avatar Konrad Rzeszutek Wilk

xen/blkback: Fix spelling mistakes.

Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 68c88dd7
...@@ -351,7 +351,7 @@ static int vbd_create(struct blkif_st *blkif, blkif_vdev_t handle, ...@@ -351,7 +351,7 @@ static int vbd_create(struct blkif_st *blkif, blkif_vdev_t handle,
FMODE_READ : FMODE_WRITE, NULL); FMODE_READ : FMODE_WRITE, NULL);
if (IS_ERR(bdev)) { if (IS_ERR(bdev)) {
DPRINTK("vbd_creat: device %08x could not be opened.\n", DPRINTK("vbd_create: device %08x could not be opened.\n",
vbd->pdevice); vbd->pdevice);
return -ENOENT; return -ENOENT;
} }
...@@ -360,7 +360,7 @@ static int vbd_create(struct blkif_st *blkif, blkif_vdev_t handle, ...@@ -360,7 +360,7 @@ static int vbd_create(struct blkif_st *blkif, blkif_vdev_t handle,
vbd->size = vbd_sz(vbd); vbd->size = vbd_sz(vbd);
if (vbd->bdev->bd_disk == NULL) { if (vbd->bdev->bd_disk == NULL) {
DPRINTK("vbd_creat: device %08x doesn't exist.\n", DPRINTK("vbd_create: device %08x doesn't exist.\n",
vbd->pdevice); vbd->pdevice);
vbd_free(vbd); vbd_free(vbd);
return -ENOENT; return -ENOENT;
......
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