]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/atari_NCR5380.c
scsi: correct return values for .eh_abort_handler implementations
[karo-tx-linux.git] / drivers / scsi / atari_NCR5380.c
index 0f3cdbc80ba63a47d59c2e7d07a2cbf3ed67c8a9..30073d43d87b9569ed208fc99919179e7450c869 100644 (file)
@@ -2613,7 +2613,7 @@ static void NCR5380_reselect(struct Scsi_Host *instance)
  *     host byte of the result field to, if zero DID_ABORTED is
  *     used.
  *
- * Returns : 0 - success, -1 on failure.
+ * Returns : SUCCESS - success, FAILED on failure.
  *
  * XXX - there is no way to abort the command that is currently
  *      connected, you have to wait for it to complete.  If this is