1. NAME

__scsi_put_command - Free a struct scsi_cmnd

2. SYNOPSIS

void __scsi_put_command(struct Scsi_Host *  shost , struct scsi_cmnd *  cmd , struct device *  dev );

3. ARGUMENTS

shost
    dev->host

cmd
    Command to free

dev
    parent scsi device

4. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

5. COPYRIGHT