misc: genwqe: fix a comment typo
authorGeliang Tang <geliangtang@163.com>
Wed, 30 Sep 2015 06:33:56 +0000 (23:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 11:57:15 +0000 (12:57 +0100)
Just fix a typo in the code comment.

Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/genwqe/card_base.h

index e7353449874ba9d584d28d8601314521536489e5..cb851c14ca4b17e52964647a1e3bbce5d6fb1ef9 100644 (file)
@@ -514,7 +514,7 @@ int  __genwqe_execute_ddcb(struct genwqe_dev *cd,
 /**
  * __genwqe_execute_raw_ddcb() - Execute DDCB request without addr translation
  *
- * This version will not do address translation or any modifcation of
+ * This version will not do address translation or any modification of
  * the DDCB data. It is used e.g. for the MoveFlash DDCB which is
  * entirely prepared by the driver itself. That means the appropriate
  * DMA addresses are already in the DDCB and do not need any
This page took 0.026448 seconds and 5 git commands to generate.