Message ID | Pine.LNX.4.64.1401030754540.27216@axis700.grange (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/mmc/card/queue.c b/drivers/mmc/card/queue.c index 357bbc5..91955af 100644 --- a/drivers/mmc/card/queue.c +++ b/drivers/mmc/card/queue.c @@ -483,7 +483,7 @@ static unsigned int mmc_queue_packed_map_sg(struct mmc_queue *mq, } /* - * Prepare the sg list(s) to be handed of to the host driver + * Prepare the sg list(s) to be handed off to the host driver */ unsigned int mmc_queue_map_sg(struct mmc_queue *mq, struct mmc_queue_req *mqrq) {
This fixes an s/hand of/hand off/ typo in queue.c Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> --- drivers/mmc/card/queue.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)