]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - lib/scatterlist.c
mm: remove both instances of __vmalloc_node_flags
[thirdparty/linux.git] / lib / scatterlist.c
index 5813072bc58955acf5bceeaa19814315f8f904ee..5d63a8857f361d0062426d71ee525a7e2e25b2b8 100644 (file)
@@ -832,7 +832,7 @@ EXPORT_SYMBOL(sg_miter_stop);
  * @buflen:             The number of bytes to copy
  * @skip:               Number of bytes to skip before copying
  * @to_buffer:          transfer direction (true == from an sg list to a
- *                      buffer, false == from a buffer to an sg list
+ *                      buffer, false == from a buffer to an sg list)
  *
  * Returns the number of copied bytes.
  *