mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
scst.h: Add a comment above sg_next_inline()
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8924 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4846,6 +4846,7 @@ static inline struct scatterlist *__sg_next_inline(struct scatterlist *sg)
|
||||
return sg;
|
||||
}
|
||||
|
||||
/* Inline version of sg_next() from lib/scatterlist.c in the Linux kernel. */
|
||||
static inline struct scatterlist *sg_next_inline(struct scatterlist *sg)
|
||||
{
|
||||
if (sg_is_last(sg))
|
||||
|
||||
Reference in New Issue
Block a user