android_kernel_xiaomi_sm7250/crypto/async_tx
Denis Cheng cf8f68aa76 async_tx: use LIST_HEAD instead of LIST_HEAD_INIT
single list_head variable initialized with LIST_HEAD_INIT could almost
always can be replaced with LIST_HEAD declaration, this shrinks the code
and looks better.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2008-02-06 10:12:17 -07:00
..
async_memcpy.c async_tx: fix kmap_atomic usage in async_memcpy 2007-07-20 08:44:19 -07:00
async_memset.c async_tx: add the async_tx api 2007-07-13 08:06:14 -07:00
async_tx.c async_tx: use LIST_HEAD instead of LIST_HEAD_INIT 2008-02-06 10:12:17 -07:00
async_xor.c async_tx: fix compile breakage, mark do_async_xor __always_inline 2008-02-06 10:12:17 -07:00
Kconfig async_tx: add the async_tx api 2007-07-13 08:06:14 -07:00
Makefile async_tx: add the async_tx api 2007-07-13 08:06:14 -07:00