commit | 0964d9161826ca5cab5a03192490ec676c8abf8c | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Fri Jul 14 00:23:51 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 14 21:53:50 2006 -0700 |
tree | a9471c2d15ab12209bab5109728a49ba5ca0ff42 | |
parent | 2290d2c9f51d7ee2f45adee79b4d9e080ca15d36 [diff] |
[PATCH] IB/mthca: comment fix After recent changes, mthca_wq_init does not actually initialize the WQ as it used to - it simply resets all index fields to their initial values. So, let's rename it to mthca_wq_reset. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Cc: Roland Dreier <rolandd@cisco.com> Acked-by: Zach Brown <zach.brown@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>