File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
drivers/infiniband/ulp/iser Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ enum iser_data_dir {
182
182
*
183
183
* @sg: pointer to the sg list
184
184
* @size: num entries of this sg
185
- * @data_len: total beffer byte len
185
+ * @data_len: total buffer byte len
186
186
* @dma_nents: returned by dma_map_sg
187
187
*/
188
188
struct iser_data_buf {
@@ -299,7 +299,6 @@ struct ib_conn;
299
299
*
300
300
* @ib_device: RDMA device
301
301
* @pd: Protection Domain for this device
302
- * @mr: Global DMA memory region
303
302
* @event_handler: IB events handle routine
304
303
* @ig_list: entry in devices list
305
304
* @refcount: Reference counter, dominated by open iser connections
@@ -389,7 +388,7 @@ struct ib_conn {
389
388
* to max number of post recvs
390
389
* @max_cmds: maximum cmds allowed for this connection
391
390
* @name: connection peer portal
392
- * @release_work: deffered work for release job
391
+ * @release_work: deferred work for release job
393
392
* @state_mutex: protects iser onnection state
394
393
* @stop_completion: conn_stop completion
395
394
* @ib_completion: RDMA cleanup completion
You can’t perform that action at this time.
0 commit comments