Skip to content

Commit f6beebb

Browse files
committed
scsi: zfcp: fix kernel doc comments
A couple of function names don't match what the kernel doc comments indicate. Acked-by: Benjamin Block <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent ff8a58b commit f6beebb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

drivers/s390/scsi/zfcp_dbf.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ static void zfcp_dbf_unregister(struct zfcp_dbf *dbf)
766766
}
767767

768768
/**
769-
* zfcp_adapter_debug_register - registers debug feature for an adapter
769+
* zfcp_dbf_adapter_register - registers debug feature for an adapter
770770
* @adapter: pointer to adapter for which debug features should be registered
771771
* return: -ENOMEM on error, 0 otherwise
772772
*/
@@ -824,7 +824,7 @@ int zfcp_dbf_adapter_register(struct zfcp_adapter *adapter)
824824
}
825825

826826
/**
827-
* zfcp_adapter_debug_unregister - unregisters debug feature for an adapter
827+
* zfcp_dbf_adapter_unregister - unregisters debug feature for an adapter
828828
* @adapter: pointer to adapter for which debug features should be unregistered
829829
*/
830830
void zfcp_dbf_adapter_unregister(struct zfcp_adapter *adapter)

drivers/s390/scsi/zfcp_fsf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@ static void zfcp_fsf_close_lun_handler(struct zfcp_fsf_req *req)
22752275
}
22762276

22772277
/**
2278-
* zfcp_fsf_close_LUN - close LUN
2278+
* zfcp_fsf_close_lun - close LUN
22792279
* @erp_action: pointer to erp_action triggering the "close LUN"
22802280
* Returns: 0 on success, error otherwise
22812281
*/

drivers/s390/scsi/zfcp_qdio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ static int zfcp_qdio_allocate(struct zfcp_qdio *qdio)
384384
}
385385

386386
/**
387-
* zfcp_close_qdio - close qdio queues for an adapter
387+
* zfcp_qdio_close - close qdio queues for an adapter
388388
* @qdio: pointer to structure zfcp_qdio
389389
*/
390390
void zfcp_qdio_close(struct zfcp_qdio *qdio)

drivers/s390/scsi/zfcp_unit.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ static void zfcp_unit_release(struct device *dev)
111111
}
112112

113113
/**
114-
* zfcp_unit_enqueue - enqueue unit to unit list of a port.
114+
* zfcp_unit_add - add unit to unit list of a port.
115115
* @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
117117
* Returns: 0 success
118118
*
119119
* Sets up some unit internal structures and creates sysfs entry.

0 commit comments

Comments
 (0)