Commit 4539d2e4 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix linux doc errors

From: Alan Cox <alan@redhat.com>
parent 5671b0c5
......@@ -345,7 +345,7 @@ struct Scsi_Host *scsi_host_lookup(unsigned short hostnum)
}
/**
* *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 @@ struct Scsi_Host *scsi_host_get(struct Scsi_Host *shost)
}
/**
* *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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment