diff options
Diffstat (limited to 'drivers/scsi/libfc/fc_rport.c')
-rw-r--r-- | drivers/scsi/libfc/fc_rport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c index 25479cc7f170..b9f2286fe0cb 100644 --- a/drivers/scsi/libfc/fc_rport.c +++ b/drivers/scsi/libfc/fc_rport.c | |||
@@ -34,7 +34,7 @@ | |||
34 | * The rport should never hold the rport mutex and then attempt to acquire | 34 | * The rport should never hold the rport mutex and then attempt to acquire |
35 | * either the lport or disc mutexes. The rport's mutex is considered lesser | 35 | * either the lport or disc mutexes. The rport's mutex is considered lesser |
36 | * than both the lport's mutex and the disc mutex. Refer to fc_lport.c for | 36 | * than both the lport's mutex and the disc mutex. Refer to fc_lport.c for |
37 | * more comments on the heirarchy. | 37 | * more comments on the hierarchy. |
38 | * | 38 | * |
39 | * The locking strategy is similar to the lport's strategy. The lock protects | 39 | * The locking strategy is similar to the lport's strategy. The lock protects |
40 | * the rport's states and is held and released by the entry points to the rport | 40 | * the rport's states and is held and released by the entry points to the rport |