1. NAME

scsi_print_status - print scsi status description

2. SYNOPSIS

void scsi_print_status(unsigned char  scsi_status );

3. ARGUMENTS

scsi_status
    scsi status value

4. DESCRIPTION

If the status is recognized, the description is printed. Otherwise « Unknown status » is output. No trailing space. If CONFIG_SCSI_CONSTANTS is not set, then print status in hex (e.g. « 0x2 » for Check Condition).

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT