X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=block%2Fblk-iopoll.c;h=58916afbbda5d9801fc4f960d0b9b003e1112bee;hb=e8f2b548de7ae65e17ee911e54712a3f26f69c60;hp=ca564202ed7ab6d784a44ff54b8dfe68cefc65ab;hpb=efd44318157009274fa5962d60167ecfb954e246;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/block/blk-iopoll.c b/block/blk-iopoll.c index ca56420..58916af 100644 --- a/block/blk-iopoll.c +++ b/block/blk-iopoll.c @@ -28,7 +28,7 @@ static DEFINE_PER_CPU(struct list_head, blk_cpu_iopoll); * Description: * Add this blk_iopoll structure to the pending poll list and trigger the * raise of the blk iopoll softirq. The driver must already have gotten a - * succesful return from blk_iopoll_sched_prep() before calling this. + * successful return from blk_iopoll_sched_prep() before calling this. **/ void blk_iopoll_sched(struct blk_iopoll *iop) {