changeset 4013:da49edb39e10

6543221 sata: should abort processing a command when device is gone and scsi pkt callback is scheduled (fix cstyle)
author pawelw
date Wed, 11 Apr 2007 11:30:21 -0700
parents d73a7d74af00
children 360fee62f0eb
files usr/src/uts/common/io/sata/impl/sata.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/sata/impl/sata.c	Wed Apr 11 11:21:28 2007 -0700
+++ b/usr/src/uts/common/io/sata/impl/sata.c	Wed Apr 11 11:30:21 2007 -0700
@@ -3486,7 +3486,6 @@
  * sata_pkt was set-up.
  * Returns TRAN_ACCEPT and scsi pkt_reason CMD_DEV_GONE if device does not
  * exist and pkt_comp callback was scheduled.
-
  * Returns other TRAN_XXXXX values when error occured and command should be
  * rejected with the returned TRAN_XXXXX value.
  *