@@ -2363,14 +2363,14 @@ int scsi_error_handler(void *data)
2363
2363
return 0 ;
2364
2364
}
2365
2365
2366
- /*
2367
- * Function: scsi_report_bus_reset()
2366
+ /**
2367
+ * scsi_report_bus_reset() - report bus reset observed
2368
2368
*
2369
- * Purpose: Utility function used by low-level drivers to report that
2370
- * they have observed a bus reset on the bus being handled.
2369
+ * Utility function used by low-level drivers to report that
2370
+ * they have observed a bus reset on the bus being handled.
2371
2371
*
2372
- * Arguments : shost - Host in question
2373
- * channel - channel on which reset was observed.
2372
+ * @shost : Host in question
2373
+ * @ channel: channel on which reset was observed.
2374
2374
*
2375
2375
* Returns: Nothing
2376
2376
*
@@ -2395,15 +2395,15 @@ void scsi_report_bus_reset(struct Scsi_Host *shost, int channel)
2395
2395
}
2396
2396
EXPORT_SYMBOL (scsi_report_bus_reset );
2397
2397
2398
- /*
2399
- * Function: scsi_report_device_reset()
2398
+ /**
2399
+ * scsi_report_device_reset() - report device reset observed
2400
2400
*
2401
- * Purpose: Utility function used by low-level drivers to report that
2402
- * they have observed a device reset on the device being handled.
2401
+ * Utility function used by low-level drivers to report that
2402
+ * they have observed a device reset on the device being handled.
2403
2403
*
2404
- * Arguments : shost - Host in question
2405
- * channel - channel on which reset was observed
2406
- * target - target on which reset was observed
2404
+ * @shost : Host in question
2405
+ * @ channel: channel on which reset was observed
2406
+ * @ target: target on which reset was observed
2407
2407
*
2408
2408
* Returns: Nothing
2409
2409
*
0 commit comments