diff options
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk.h b/block/blk.h index c8db371a921d..61263463e38e 100644 --- a/block/blk.h +++ b/block/blk.h | |||
@@ -32,7 +32,7 @@ enum rq_atomic_flags { | |||
32 | 32 | ||
33 | /* | 33 | /* |
34 | * EH timer and IO completion will both attempt to 'grab' the request, make | 34 | * EH timer and IO completion will both attempt to 'grab' the request, make |
35 | * sure that only one of them suceeds | 35 | * sure that only one of them succeeds |
36 | */ | 36 | */ |
37 | static inline int blk_mark_rq_complete(struct request *rq) | 37 | static inline int blk_mark_rq_complete(struct request *rq) |
38 | { | 38 | { |