aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/scsi/scsi_transport_srp.h
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2014-03-14 13:51:19 +0100
committerRoland Dreier <roland@purestorage.com>2014-03-24 10:05:30 -0700
commit6751360514b604f2d69d00e64b5de0007e01e36e (patch)
treed388daddd36bd926522729a867ca471afd5a5e7b /include/scsi/scsi_transport_srp.h
parentLinux 3.14-rc4 (diff)
downloadwireguard-linux-6751360514b604f2d69d00e64b5de0007e01e36e.tar.xz
wireguard-linux-6751360514b604f2d69d00e64b5de0007e01e36e.zip
scsi_transport_srp: Fix two kernel-doc warnings
This patch fixes the following two kernel-doc warnings: Warning(drivers/scsi/scsi_transport_srp.c:819): No description found for parameter 'rport' Warning(include/scsi/scsi_transport_srp.h:75): Excess struct/union/enum/typedef member 'deleted' description in 'srp_rport' Signed-off-by: Bart Van Assche <bvanassche@acm.org> Reported-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Sebastian Riemer <sebastian.riemer@profitbricks.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/scsi/scsi_transport_srp.h')
-rw-r--r--include/scsi/scsi_transport_srp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_srp.h b/include/scsi/scsi_transport_srp.h
index b11da5c1331e..cdb05dd1d440 100644
--- a/include/scsi/scsi_transport_srp.h
+++ b/include/scsi/scsi_transport_srp.h
@@ -41,7 +41,6 @@ enum srp_rport_state {
* @mutex: Protects against concurrent rport reconnect /
* fast_io_fail / dev_loss_tmo activity.
* @state: rport state.
- * @deleted: Whether or not srp_rport_del() has already been invoked.
* @reconnect_delay: Reconnect delay in seconds.
* @failed_reconnects: Number of failed reconnect attempts.
* @reconnect_work: Work structure used for scheduling reconnect attempts.