forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/s390/scsi/zfcp_reqlist.h
....@@ -17,7 +17,7 @@
1717 /**
1818 * struct zfcp_reqlist - Container for request list (reqlist)
1919 * @lock: Spinlock for protecting the hash list
20
- * @list: Array of hashbuckets, each is a list of requests in this bucket
20
+ * @buckets: Array of hashbuckets, each is a list of requests in this bucket
2121 */
2222 struct zfcp_reqlist {
2323 spinlock_t lock;