From: Randy Dunlap Date: Sat, 14 Aug 2010 20:05:41 +0000 (-0700) Subject: [SCSI] iscsi transport: fix kernel-doc notation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e6d4ef450965af5a3753184d36ef9db7a3242950;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [SCSI] iscsi transport: fix kernel-doc notation Fix typo in scsi_transport_iscsi.c kernel-doc notation: Warning(drivers/scsi/scsi_transport_iscsi.c:548): No description found for parameter 'cmd' Signed-off-by: Randy Dunlap Acked-by: Mike Christie Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index e84026def1f..332387a6bc2 100644 --- a/drivers/scsi/scsi_transport_iscsi.c +++ b/drivers/scsi/scsi_transport_iscsi.c @@ -537,7 +537,7 @@ static void iscsi_scan_session(struct work_struct *work) /** * iscsi_block_scsi_eh - block scsi eh until session state has transistioned - * cmd: scsi cmd passed to scsi eh handler + * @cmd: scsi cmd passed to scsi eh handler * * If the session is down this function will wait for the recovery * timer to fire or for the session to be logged back in. If the