]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/kfifo.h
memcg, slab: do not destroy children caches if parent has aliases
[karo-tx-linux.git] / include / linux / kfifo.h
index 552d51efb429c0867337d845266744c8aac9fb1f..554fde3a3927fa0374cf92c2ef4eb611db1202e5 100644 (file)
@@ -722,7 +722,7 @@ __kfifo_uint_must_check_helper( \
 /**
  * kfifo_dma_out_finish - finish a DMA OUT operation
  * @fifo: address of the fifo to be used
- * @len: number of bytes transferd
+ * @len: number of bytes transferrd
  *
  * This macro finish a DMA OUT operation. The out counter will be updated by
  * the len parameter. No error checking will be done.