.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SCSI_DEVICE_PUT" "" "06 October 2005" "" "" .SH NAME scsi_device_put \- release a reference to a scsi_device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void scsi_device_put (struct scsi_device * \fIsdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsdev\fB\fR device to release a reference on. .SH "DESCRIPTION" .PP Release a reference to the scsi_device and decrements the use count of the underlying LLDD module. The device is freed once the last user vanishes.