Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-2.6-block.git] / drivers / infiniband / ulp / isert / ib_isert.c
index ecd16541896b509dd0dc3f104bb9f4b1373ca805..3f62041222f2131a308277218e9260d1e4ba5692 100644 (file)
@@ -1683,7 +1683,7 @@ isert_put_nopin(struct iscsi_cmd *cmd, struct iscsi_conn *conn,
        isert_init_tx_hdrs(isert_conn, &isert_cmd->tx_desc);
        isert_init_send_wr(isert_cmd, send_wr);
 
-       pr_debug("Posting NOPIN Reponse IB_WR_SEND >>>>>>>>>>>>>>>>>>>>>>\n");
+       pr_debug("Posting NOPIN Response IB_WR_SEND >>>>>>>>>>>>>>>>>>>>>>\n");
 
        return isert_post_response(isert_conn, isert_cmd);
 }