File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ static void zfcp_dbf_unregister(struct zfcp_dbf *dbf)
766
766
}
767
767
768
768
/**
769
- * zfcp_adapter_debug_register - registers debug feature for an adapter
769
+ * zfcp_dbf_adapter_register - registers debug feature for an adapter
770
770
* @adapter: pointer to adapter for which debug features should be registered
771
771
* return: -ENOMEM on error, 0 otherwise
772
772
*/
@@ -824,7 +824,7 @@ int zfcp_dbf_adapter_register(struct zfcp_adapter *adapter)
824
824
}
825
825
826
826
/**
827
- * zfcp_adapter_debug_unregister - unregisters debug feature for an adapter
827
+ * zfcp_dbf_adapter_unregister - unregisters debug feature for an adapter
828
828
* @adapter: pointer to adapter for which debug features should be unregistered
829
829
*/
830
830
void zfcp_dbf_adapter_unregister (struct zfcp_adapter * adapter )
Original file line number Diff line number Diff line change @@ -2275,7 +2275,7 @@ static void zfcp_fsf_close_lun_handler(struct zfcp_fsf_req *req)
2275
2275
}
2276
2276
2277
2277
/**
2278
- * zfcp_fsf_close_LUN - close LUN
2278
+ * zfcp_fsf_close_lun - close LUN
2279
2279
* @erp_action: pointer to erp_action triggering the "close LUN"
2280
2280
* Returns: 0 on success, error otherwise
2281
2281
*/
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ static int zfcp_qdio_allocate(struct zfcp_qdio *qdio)
384
384
}
385
385
386
386
/**
387
- * zfcp_close_qdio - close qdio queues for an adapter
387
+ * zfcp_qdio_close - close qdio queues for an adapter
388
388
* @qdio: pointer to structure zfcp_qdio
389
389
*/
390
390
void zfcp_qdio_close (struct zfcp_qdio * qdio )
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ static void zfcp_unit_release(struct device *dev)
111
111
}
112
112
113
113
/**
114
- * zfcp_unit_enqueue - enqueue unit to unit list of a port.
114
+ * zfcp_unit_add - add unit to unit list of a port.
115
115
* @port: pointer to port where unit is added
116
- * @fcp_lun: FCP LUN of unit to be enqueued
116
+ * @fcp_lun: FCP LUN of unit to be added
117
117
* Returns: 0 success
118
118
*
119
119
* Sets up some unit internal structures and creates sysfs entry.
You can’t perform that action at this time.
0 commit comments