Re: [PATCH][TRIVIAL] question marks again

From: Rik van Riel
Date: Mon Oct 13 2003 - 11:19:52 EST


On Mon, 13 Oct 2003, Thomas Horsten wrote:

> > + * 0x08 (?) !S_BSY
>
> At least keep it lined up..

Oops. Too many patches at once. Fixed now.


diff -urNp linux-5110/drivers/scsi/imm.c linux-10010/drivers/scsi/imm.c
--- linux-5110/drivers/scsi/imm.c
+++ linux-10010/drivers/scsi/imm.c
@@ -322,10 +322,10 @@ static unsigned char imm_wait(int host_n
* STR imm imm
* ===================================
* 0x80 S_REQ S_REQ
- * 0x40 !S_BSY (????)
+ * 0x40 !S_BSY (?)
* 0x20 !S_CD !S_CD
* 0x10 !S_IO !S_IO
- * 0x08 (????) !S_BSY
+ * 0x08 (?) !S_BSY
*
* imm imm meaning
* ==================================
@@ -927,7 +927,7 @@ static void imm_interrupt(void *data)
printk("imm: told to abort\n");
break;
case DID_PARITY:
- printk("imm: parity error (???)\n");
+ printk("imm: parity error (?)\n");
break;
case DID_ERROR:
printk("imm: internal driver error\n");
@@ -936,7 +936,7 @@ static void imm_interrupt(void *data)
printk("imm: told to reset device\n");
break;
case DID_BAD_INTR:
- printk("imm: bad interrupt (???)\n");
+ printk("imm: bad interrupt (?)\n");
break;
default:
printk("imm: bad return code (%02x)\n", (cmd->result >> 16) & 0xff);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/