.\" 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_DELETE_TIMER" "" "06 October 2005" "" ""
.SH NAME
scsi_delete_timer \- Delete/cancel timer for a given function.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int scsi_delete_timer (struct scsi_cmnd * \fIscmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIscmd\fB\fR
Cmd that we are canceling timer for
.SH "NOTES"
.PP
This should be turned into an inline function.
.SH "RETURN VALUE"
.PP
1 if we were able to detach the timer. 0 if we blew it, and the
timer function has already started to run.