diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 17:04:37 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 17:04:37 -0500 |
| commit | d72d6f1b5647258e83819b51f72fe37e2b7d7965 (patch) | |
| tree | d3a08af50624d9b3e2287367b7e9f5fcc93bdce5 /drivers/scsi/aacraid/commsup.c | |
| parent | 33ddcbbfb1d9f1bf1259531ae0ba8400ea3c8ba1 (diff) | |
| parent | 8a87a0b6313109d2fea87b1271d497c954ce2ca8 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Diffstat (limited to 'drivers/scsi/aacraid/commsup.c')
| -rw-r--r-- | drivers/scsi/aacraid/commsup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aacraid/commsup.c b/drivers/scsi/aacraid/commsup.c index 723c0cea7c04..38d6d00fb0fc 100644 --- a/drivers/scsi/aacraid/commsup.c +++ b/drivers/scsi/aacraid/commsup.c | |||
| @@ -820,7 +820,7 @@ static void aac_handle_aif(struct aac_dev * dev, struct fib * fibptr) | |||
| 820 | break; | 820 | break; |
| 821 | 821 | ||
| 822 | /* | 822 | /* |
| 823 | * Find the Scsi_Device associated with the SCSI | 823 | * Find the scsi_device associated with the SCSI |
| 824 | * address. Make sure we have the right array, and if | 824 | * address. Make sure we have the right array, and if |
| 825 | * so set the flag to initiate a new re-config once we | 825 | * so set the flag to initiate a new re-config once we |
| 826 | * see an AifEnConfigChange AIF come through. | 826 | * see an AifEnConfigChange AIF come through. |
| @@ -987,7 +987,7 @@ static void aac_handle_aif(struct aac_dev * dev, struct fib * fibptr) | |||
| 987 | 987 | ||
| 988 | 988 | ||
| 989 | /* | 989 | /* |
| 990 | * Find the Scsi_Device associated with the SCSI address, | 990 | * Find the scsi_device associated with the SCSI address, |
| 991 | * and mark it as changed, invalidating the cache. This deals | 991 | * and mark it as changed, invalidating the cache. This deals |
| 992 | * with changes to existing device IDs. | 992 | * with changes to existing device IDs. |
| 993 | */ | 993 | */ |
