Skip to content

Commit

Permalink
mg_disk: Spelling s/finised/finished/
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Geert Uytterhoeven authored and Jens Axboe committed Jan 22, 2014
1 parent 9967d8a commit 14424be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/mg_disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ static int mg_probe(struct platform_device *plat_dev)

/* disk reset */
if (prv_data->dev_attr == MG_STORAGE_DEV) {
/* If POR seq. not yet finised, wait */
/* If POR seq. not yet finished, wait */
err = mg_wait_rstout(host->rstout, MG_TMAX_RSTOUT);
if (err)
goto probe_err_3b;
Expand Down

0 comments on commit 14424be

Please sign in to comment.