@@ -53,7 +53,7 @@ gboolean bd_s390_dasd_format (const gchar *dasd, const BDExtraArg **extra, GErro
5353
5454/**
5555 * bd_s390_dasd_needs_format:
56- * @dasd: dasd to check, whether it needs dasdfmt run on it
56+ * @dasd: dasd to check, given as device number
5757 * @error: (out) (optional): place to store error (if any)
5858 *
5959 * Returns: whether a dasd needs dasdfmt run against it
@@ -64,7 +64,7 @@ gboolean bd_s390_dasd_needs_format (const gchar *dasd, GError **error);
6464
6565/**
6666 * bd_s390_dasd_online:
67- * @dasd: dasd to switch online
67+ * @dasd: dasd to switch online, given as device number
6868 * @error: (out) (optional): place to store error (if any)
6969 *
7070 * Returns: whether a dasd was successfully switched online
@@ -130,9 +130,9 @@ gchar* bd_s390_zfcp_sanitize_lun_input (const gchar *lun, GError **error);
130130
131131/**
132132 * bd_s390_zfcp_online:
133- * @devno: a zFCP device number
134- * @wwpn: a zFCP WWPN identifier
135- * @lun: a zFCP LUN identifier
133+ * @devno: zfcp device number
134+ * @wwpn: zfcp WWPN (World Wide Port Number)
135+ * @lun: zfcp LUN (Logical Unit Number)
136136 * @error: (out) (optional): place to store error (if any)
137137 *
138138 * Returns: whether a zFCP device was successfully switched online
@@ -143,12 +143,12 @@ gboolean bd_s390_zfcp_online (const gchar *devno, const gchar *wwpn, const gchar
143143
144144/**
145145 * bd_s390_zfcp_scsi_offline:
146- * @devno: a zFCP device number
147- * @wwpn: a zFCP WWPN identifier
148- * @lun: a zFCP LUN identifier
146+ * @devno: zfcp device number
147+ * @wwpn: zfcp WWPN (World Wide Port Number)
148+ * @lun: zfcp LUN (Logical Unit Number)
149149 * @error: (out) (optional): place to store error (if any)
150150 *
151- * Returns: whether a LUN was successfully removed from associated WWPN
151+ * Returns: whether a LUN was successfully removed from its associated WWPN
152152 *
153153 * This function looks through /proc/scsi/scsi and manually removes LUNs from
154154 * associated WWPNs. zFCP devices are SCSI devices accessible over FCP protocol.
0 commit comments