Skip to content

Commit d42fafb

Browse files
rddunlaprleon
authored andcommitted
IB/iser: iscsi_iser.h: fix kernel-doc warning and spellos
Drop one kernel-doc comment to prevent a warning: iscsi_iser.h:313: warning: Excess struct member 'mr' description in 'iser_device' and spell 2 words correctly (buffer and deferred). Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Sagi Grimberg <sagi@grimberg.me> Cc: Max Gurtovoy <mgurtovoy@nvidia.com> Cc: Jason Gunthorpe <jgg@nvidia.com> Cc: Leon Romanovsky <leonro@nvidia.com> Cc: linux-rdma@vger.kernel.org Link: https://lore.kernel.org/r/20231222234623.25231-1-rdunlap@infradead.org Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Acked-by: Max Gurtovoy <mgurtovoy@nvidia.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
1 parent c15d780 commit d42fafb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

drivers/infiniband/ulp/iser/iscsi_iser.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ enum iser_data_dir {
182182
*
183183
* @sg: pointer to the sg list
184184
* @size: num entries of this sg
185-
* @data_len: total beffer byte len
185+
* @data_len: total buffer byte len
186186
* @dma_nents: returned by dma_map_sg
187187
*/
188188
struct iser_data_buf {
@@ -299,7 +299,6 @@ struct ib_conn;
299299
*
300300
* @ib_device: RDMA device
301301
* @pd: Protection Domain for this device
302-
* @mr: Global DMA memory region
303302
* @event_handler: IB events handle routine
304303
* @ig_list: entry in devices list
305304
* @refcount: Reference counter, dominated by open iser connections
@@ -389,7 +388,7 @@ struct ib_conn {
389388
* to max number of post recvs
390389
* @max_cmds: maximum cmds allowed for this connection
391390
* @name: connection peer portal
392-
* @release_work: deffered work for release job
391+
* @release_work: deferred work for release job
393392
* @state_mutex: protects iser onnection state
394393
* @stop_completion: conn_stop completion
395394
* @ib_completion: RDMA cleanup completion

0 commit comments

Comments
 (0)