projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1676eff
)
block/xd.c: fix brace typo
author
Randy Dunlap
<randy.dunlap@oracle.com>
Tue, 22 Jun 2010 16:03:43 +0000
(09:03 -0700)
committer
Jens Axboe
<jaxboe@fusionio.com>
Sat, 7 Aug 2010 16:23:14 +0000
(18:23 +0200)
Fix extra brace typo that is causing build errors.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/xd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/xd.c
b/drivers/block/xd.c
index 4dc2983760985807ffa212bf00833a7435b83991..b16a3a926cf26c7e5fdb8337c9ae299442e84650 100644
(file)
--- a/
drivers/block/xd.c
+++ b/
drivers/block/xd.c
@@
-322,7
+322,7
@@
static void do_xd_request (struct request_queue * q)
int res = -EIO;
int retry;
- if (req->cmd_type != REQ_TYPE_FS)
{
+ if (req->cmd_type != REQ_TYPE_FS)
goto done;
if (block + count > get_capacity(req->rq_disk))
goto done;