kernel/drivers/s390/scsi/zfcp_reqlist.h
.. .. @@ -17,7 +17,7 @@ 17 17 /** 18 18 * struct zfcp_reqlist - Container for request list (reqlist) 19 19 * @lock: Spinlock for protecting the hash list 20 - * @list: Array of hashbuckets, each is a list of requests in this bucket20 + * @buckets: Array of hashbuckets, each is a list of requests in this bucket21 21 */ 22 22 struct zfcp_reqlist { 23 23 spinlock_t lock;