forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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;