.\" 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 "NOTIFIER_CHAIN_UNREGISTER" "" "06 October 2005" "" "" .SH NAME notifier_chain_unregister \- Remove notifier from a notifier chain .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int notifier_chain_unregister (struct notifier_block ** \fInl\fB, struct notifier_block * \fIn\fB); \fR .SH "ARGUMENTS" .TP \fB\fInl\fB\fR Pointer to root list pointer .TP \fB\fIn\fB\fR New entry in notifier chain .SH "DESCRIPTION" .PP Removes a notifier from a notifier chain. .PP Returns zero on success, or -ENOENT on failure.