diff options
Diffstat (limited to 'block/bsg.c')
-rw-r--r-- | block/bsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bsg.c b/block/bsg.c index a9fd2d84b53a..46597a6bd112 100644 --- a/block/bsg.c +++ b/block/bsg.c | |||
@@ -260,7 +260,7 @@ bsg_map_hdr(struct bsg_device *bd, struct sg_io_v4 *hdr, fmode_t has_write_perm, | |||
260 | return ERR_PTR(ret); | 260 | return ERR_PTR(ret); |
261 | 261 | ||
262 | /* | 262 | /* |
263 | * map scatter-gather elements seperately and string them to request | 263 | * map scatter-gather elements separately and string them to request |
264 | */ | 264 | */ |
265 | rq = blk_get_request(q, rw, GFP_KERNEL); | 265 | rq = blk_get_request(q, rw, GFP_KERNEL); |
266 | if (!rq) | 266 | if (!rq) |