scst.h: Remove an obsolete comment

This is a follow-up for commit 57d9df0717 ("scst: Remove an empty
function") / r8908.




git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8925 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-05-16 15:59:30 +00:00
parent d9a684a9c3
commit 981501a9fa

View File

@@ -5020,9 +5020,6 @@ static inline void scst_put_sg_buf(struct scst_cmd *cmd, void *buf,
* negative error code otherwise.
*
* "Page" argument returns the starting page, "offset" - offset in it.
*
* The "put" function "puts" the buffer. It should be always be used, because
* in future may need to do some additional operations.
*/
static inline int __scst_get_sg_page(struct scst_cmd *cmd, int sg_cnt,
struct page **page, int *offset)