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)
commita506ccb47c9e93fde843532670a7805452bf699b
treeffab9e77fc396e7826d586dbafc50cfd209ba45a
parent647f592734a033b7f23865190de5df05e50381d0
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