mbox series

[0/5] scsi: fix kernel-doc for exported functions

Message ID 20241212205217.597844-1-rdunlap@infradead.org
Headers show
Series scsi: fix kernel-doc for exported functions | expand

Message

Randy Dunlap Dec. 12, 2024, 8:52 p.m. UTC
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@HansenPartnership.com>
CC: "Martin K. Petersen" <martin.petersen@oracle.com>

Comments

Martin K. Petersen Jan. 2, 2025, 9:41 p.m. UTC | #1
Randy,

> Add or fix kernel-doc for exported functions so that they can
> be part of the SCSI driver-api docbook.

Applied to 6.14/scsi-staging, thanks!
Martin K. Petersen Jan. 10, 2025, 9:16 p.m. UTC | #2
On Thu, 12 Dec 2024 12:52:12 -0800, Randy Dunlap wrote:

> 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
> 
> [...]

Applied to 6.14/scsi-queue, thanks!

[1/5] scsi: scsi_error: add kernel-doc for exported functions
      https://git.kernel.org/mkp/scsi/c/20b98768c2e7
[2/5] scsi: scsi_ioctl: add kernel-doc for exported functions
      https://git.kernel.org/mkp/scsi/c/f52a04fcf8b0
[3/5] scsi: scsi_lib: add kernel-doc for exported functions
      https://git.kernel.org/mkp/scsi/c/39d2112ab7c8
[4/5] scsi: scsi_scan: add kernel-doc for exported function
      https://git.kernel.org/mkp/scsi/c/d2f4084c5273
[5/5] scsi: transports: fix kernel-doc for exported functions
      https://git.kernel.org/mkp/scsi/c/d4842e578771