aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfa_ioc_ct.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bfa/bfa_ioc_ct.c')
-rw-r--r--drivers/scsi/bfa/bfa_ioc_ct.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/bfa/bfa_ioc_ct.c b/drivers/scsi/bfa/bfa_ioc_ct.c
index ccfecfca0745..008d129ddfcd 100644
--- a/drivers/scsi/bfa/bfa_ioc_ct.c
+++ b/drivers/scsi/bfa/bfa_ioc_ct.c
@@ -351,7 +351,7 @@ bfa_ioc_ct_ownership_reset(struct bfa_ioc_s *ioc)
351 writel(1, ioc->ioc_regs.ioc_sem_reg); 351 writel(1, ioc->ioc_regs.ioc_sem_reg);
352} 352}
353 353
354/** 354/*
355 * Synchronized IOC failure processing routines 355 * Synchronized IOC failure processing routines
356 */ 356 */
357static void 357static void
@@ -393,7 +393,7 @@ bfa_ioc_ct_sync_complete(struct bfa_ioc_s *ioc)
393 if (sync_ackd == 0) 393 if (sync_ackd == 0)
394 return BFA_TRUE; 394 return BFA_TRUE;
395 395
396 /** 396 /*
397 * The check below is to see whether any other PCI fn 397 * The check below is to see whether any other PCI fn
398 * has reinitialized the ASIC (reset sync_ackd bits) 398 * has reinitialized the ASIC (reset sync_ackd bits)
399 * and failed again while this IOC was waiting for hw 399 * and failed again while this IOC was waiting for hw
@@ -412,7 +412,7 @@ bfa_ioc_ct_sync_complete(struct bfa_ioc_s *ioc)
412 return BFA_TRUE; 412 return BFA_TRUE;
413 } 413 }
414 414
415 /** 415 /*
416 * If another PCI fn reinitialized and failed again while 416 * If another PCI fn reinitialized and failed again while
417 * this IOC was waiting for hw sem, the sync_ackd bit for 417 * this IOC was waiting for hw sem, the sync_ackd bit for
418 * this IOC need to be set again to allow reinitialization. 418 * this IOC need to be set again to allow reinitialization.