Add or fix kernel-doc for exported functions so that they can be part of the SCSI driver-api docbook. [PATCH 1/5] scsi: scsi_error: add kernel-doc for exported functions [PATCH 2/5] scsi: scsi_ioctl: add kernel-doc for exported functions [PATCH 3/5] scsi: scsi_lib: add kernel-doc for exported functions [PATCH 4/5] scsi: scsi_scan: add kernel-doc for exported function [PATCH 5/5] scsi: transports: fix kernel-doc for exported functions drivers/scsi/scsi_error.c | 26 ++++++++++---------- drivers/scsi/scsi_ioctl.c | 35 ++++++++++++++++++++++++---- drivers/scsi/scsi_lib.c | 21 ++++++++++++++-- drivers/scsi/scsi_scan.c | 20 ++++++++++++++++ drivers/scsi/scsi_transport_sas.c | 10 ++++---- drivers/scsi/scsi_transport_spi.c | 3 +- 6 files changed, 89 insertions(+), 26 deletions(-) CC: "James E.J. Bottomley" <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> CC: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>