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 <[email protected]> Cc: Sagi Grimberg <[email protected]> Cc: Max Gurtovoy <[email protected]> Cc: Jason Gunthorpe <[email protected]> Cc: Leon Romanovsky <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Sagi Grimberg <[email protected]> Acked-by: Max Gurtovoy <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]>
1 parent c15d780 commit d42fafb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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)