]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - lib/scatterlist.c
slub: fix kmalloc_pagealloc_invalid_free unit test
[mirror_ubuntu-jammy-kernel.git] / lib / scatterlist.c
index a5977894640434b909f63f852a21ec7ec14a6ee2..27efa61781538550f7dcc3161986dda31667a7e4 100644 (file)
@@ -38,7 +38,7 @@ EXPORT_SYMBOL(sg_next);
  * @sg:                The scatterlist
  *
  * Description:
- * Allows to know how many entries are in sg, taking into acount
+ * Allows to know how many entries are in sg, taking into account
  * chaining as well
  *
  **/
@@ -59,7 +59,7 @@ EXPORT_SYMBOL(sg_nents);
  *
  * Description:
  * Determines the number of entries in sg that are required to meet
- * the supplied length, taking into acount chaining as well
+ * the supplied length, taking into account chaining as well
  *
  * Returns:
  *   the number of sg entries needed, negative error on failure