PATCH: fix linux doc errors

From: Alan Cox
Date: Wed May 12 2004 - 16:43:25 EST


Fairly self explanatory

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.6/drivers/scsi/hosts.c linux-2.6.6/drivers/scsi/hosts.c
--- linux.vanilla-2.6.6/drivers/scsi/hosts.c 2004-05-10 03:31:59.000000000 +0100
+++ linux-2.6.6/drivers/scsi/hosts.c 2004-05-11 20:01:15.000000000 +0100
@@ -345,7 +345,7 @@
}

/**
- * *scsi_host_get - inc a Scsi_Host ref count
+ * scsi_host_get - inc a Scsi_Host ref count
* @shost: Pointer to Scsi_Host to inc.
**/
struct Scsi_Host *scsi_host_get(struct Scsi_Host *shost)
@@ -357,7 +357,7 @@
}

/**
- * *scsi_host_put - dec a Scsi_Host ref count
+ * scsi_host_put - dec a Scsi_Host ref count
* @shost: Pointer to Scsi_Host to dec.
**/
void scsi_host_put(struct Scsi_Host *shost)
-
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/