aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libfc/fc_rport.c')
-rw-r--r--drivers/scsi/libfc/fc_rport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c
index c710d908fda6..589ff9aedd31 100644
--- a/drivers/scsi/libfc/fc_rport.c
+++ b/drivers/scsi/libfc/fc_rport.c
@@ -1705,7 +1705,7 @@ reject:
1705 * @rdata: The remote port that sent the PRLI request 1705 * @rdata: The remote port that sent the PRLI request
1706 * @rx_fp: The PRLI request frame 1706 * @rx_fp: The PRLI request frame
1707 * 1707 *
1708 * Locking Note: The rport lock is exected to be held before calling 1708 * Locking Note: The rport lock is expected to be held before calling
1709 * this function. 1709 * this function.
1710 */ 1710 */
1711static void fc_rport_recv_prli_req(struct fc_rport_priv *rdata, 1711static void fc_rport_recv_prli_req(struct fc_rport_priv *rdata,
@@ -1824,7 +1824,7 @@ drop:
1824 * @rdata: The remote port that sent the PRLO request 1824 * @rdata: The remote port that sent the PRLO request
1825 * @rx_fp: The PRLO request frame 1825 * @rx_fp: The PRLO request frame
1826 * 1826 *
1827 * Locking Note: The rport lock is exected to be held before calling 1827 * Locking Note: The rport lock is expected to be held before calling
1828 * this function. 1828 * this function.
1829 */ 1829 */
1830static void fc_rport_recv_prlo_req(struct fc_rport_priv *rdata, 1830static void fc_rport_recv_prlo_req(struct fc_rport_priv *rdata,
@@ -1895,7 +1895,7 @@ drop:
1895 * @lport: The local port that received the LOGO request 1895 * @lport: The local port that received the LOGO request
1896 * @fp: The LOGO request frame 1896 * @fp: The LOGO request frame
1897 * 1897 *
1898 * Locking Note: The rport lock is exected to be held before calling 1898 * Locking Note: The rport lock is expected to be held before calling
1899 * this function. 1899 * this function.
1900 */ 1900 */
1901static void fc_rport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) 1901static void fc_rport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp)