]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: convert list_for_each to entry variant in cifs_debug.c
authorBaokun Li <libaokun1@huawei.com>
Thu, 17 Jun 2021 11:36:40 +0000 (19:36 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 21 Jun 2021 02:28:17 +0000 (21:28 -0500)
commitbde5dc0836c6f5c41a43c81fff8b569ab600048f
treeffab9e77fc396e7826d586dbafc50cfd209ba45a
parent7b3d0b96e07f8a12707606a9cb45f131f8a96eb1
cifs: convert list_for_each to entry variant in cifs_debug.c

convert list_for_each() to list_for_each_entry() where
applicable.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Baokun Li <libaokun1@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_debug.c