X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=block%2Fbsg.c;h=82d58829ba591eeef13a3ed4eca96b8a019c4d85;hb=d6d53cbc6b10d28646fb6184d1069f336ec76dc4;hp=a9fd2d84b53a0cf86ed3aedfd947f600aa88037e;hpb=0813e22d4e0d618eac9b47bec942bf856adca4c5;p=pandora-kernel.git diff --git a/block/bsg.c b/block/bsg.c index a9fd2d84b53a..82d58829ba59 100644 --- a/block/bsg.c +++ b/block/bsg.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include @@ -260,7 +261,7 @@ bsg_map_hdr(struct bsg_device *bd, struct sg_io_v4 *hdr, fmode_t has_write_perm, return ERR_PTR(ret); /* - * map scatter-gather elements seperately and string them to request + * map scatter-gather elements separately and string them to request */ rq = blk_get_request(q, rw, GFP_KERNEL); if (!rq)