From 981501a9fa236ab81094981aa76c2570bc71c8ac Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 16 May 2020 15:59:30 +0000 Subject: [PATCH] scst.h: Remove an obsolete comment This is a follow-up for commit 57d9df07178a ("scst: Remove an empty function") / r8908. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8925 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index d735ee97c..5da726d7d 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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)