From f438811634f44a18a7d8fc4ca214fa80945e7e45 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 10 Aug 2013 02:29:30 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4945 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index fd0fc69d7..e3b0bbdb9 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -2116,7 +2116,7 @@ struct scst_cmd { int get_sg_buf_entry_num; /* Bidirectional transfers support */ - int out_bufflen; /* WRITE buffer length */ + int out_bufflen; /* WRITE buffer length */ struct sgv_pool_obj *out_sgv; /* WRITE sgv object */ struct scatterlist *out_sg; /* WRITE data buffer SG vector */ int out_sg_cnt; /* WRITE SG segments count */