dif: Fix a few wrong comments
Change-Id: I905c6b78b3e79aed7408274f93fd856df2068840 Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455903 Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
843ca21287
commit
efa4259f82
@ -41,10 +41,10 @@
|
|||||||
* Each sgl is either iterated or created at a time.
|
* Each sgl is either iterated or created at a time.
|
||||||
*/
|
*/
|
||||||
struct _dif_sgl {
|
struct _dif_sgl {
|
||||||
/* Current iovec in the iteration or iteration */
|
/* Current iovec in the iteration or creation */
|
||||||
struct iovec *iov;
|
struct iovec *iov;
|
||||||
|
|
||||||
/* Remaining count of iovecs in the iteration or iteration. */
|
/* Remaining count of iovecs in the iteration or creation. */
|
||||||
int iovcnt;
|
int iovcnt;
|
||||||
|
|
||||||
/* Current offset in the iovec */
|
/* Current offset in the iovec */
|
||||||
|
Loading…
Reference in New Issue
Block a user