Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14f501a4 authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley
Browse files

[SCSI] kernel-doc: fix scsi docbook



Add missing function parameter descriptions.
Make function short description fit on one line as required.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 99cb8137
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -969,9 +969,10 @@ void starget_for_each_device(struct scsi_target *starget, void *data,
EXPORT_SYMBOL(starget_for_each_device);

/**
 * __starget_for_each_device  -  helper to walk all devices of a target
 *				 (UNLOCKED)
 * __starget_for_each_device - helper to walk all devices of a target (UNLOCKED)
 * @starget:	target whose devices we want to iterate over.
 * @data:	parameter for callback @fn()
 * @fn:		callback function that is invoked for each device
 *
 * This traverses over each device of @starget.  It does _not_
 * take a reference on the scsi_device, so the whole loop must be