Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Dan Williams <[email protected]>
- Loading branch information