scsi_transport_srp: Fix kernel-doc warnings
authorBart Van Assche <bvanassche@acm.org>
Mon, 13 Jan 2014 11:39:35 +0000 (12:39 +0100)
committerRoland Dreier <roland@purestorage.com>
Tue, 21 Jan 2014 18:46:17 +0000 (10:46 -0800)
The following command has been used to verify that the kernel-doc
tool no longer complains about undocumented fields:

    scripts/kernel-doc -html drivers/scsi/scsi_transport_srp.c \
      include/scsi/scsi_transport_srp.h >srp-transport-doc.html

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Sebastian Riemer <sebastian.riemer@profitbricks.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found