commit | 21dcbc17eba3cc8283747bc77e864ac7596b95ff | [log] [tgz] |
---|---|---|
author | Hongbo Li <lihongbo22@huawei.com> | Wed Aug 21 14:56:37 2024 +0800 |
committer | Steve French <stfrench@microsoft.com> | Sun Sep 15 10:42:45 2024 -0500 |
tree | 5a2768c8d6287eac35c09d99de15342e1ba3df85 | |
parent | 2ba0d8947efd49d44babe7a2e72637c630fcfc42 [diff] |
smb: use LIST_HEAD() to simplify code list_head can be initialized automatically with LIST_HEAD() instead of calling INIT_LIST_HEAD(). No functional impact. Signed-off-by: Hongbo Li <lihongbo22@huawei.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Steve French <stfrench@microsoft.com>