Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b9fc0296
Commit
b9fc0296
authored
May 11, 2011
by
Konrad Rzeszutek Wilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xen/blkback: Fix spelling mistakes.
Signed-off-by:
Konrad Rzeszutek Wilk
<
konrad.wilk@oracle.com
>
parent
68c88dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/block/xen-blkback/xenbus.c
drivers/block/xen-blkback/xenbus.c
+2
-2
No files found.
drivers/block/xen-blkback/xenbus.c
View file @
b9fc0296
...
@@ -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_creat
e
: 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_creat
e
: device %08x doesn't exist.
\n
"
,
vbd
->
pdevice
);
vbd
->
pdevice
);
vbd_free
(
vbd
);
vbd_free
(
vbd
);
return
-
ENOENT
;
return
-
ENOENT
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment