Commit de831dd1 authored by Sridhar Samudrala's avatar Sridhar Samudrala

[SCTP] Fix typo in entry name of the remove_proc_entry() call.

parent 196c4ebd
/* SCTP kernel reference Implementation
* Copyright (c) 2001 International Business Machines Corp.
* (C) Copyright IBM Corp. 2001, 2004
*
* This file is part of the SCTP kernel reference Implementation
*
......@@ -134,7 +134,7 @@ void sctp_dbg_objcnt_init(void)
/* Cleanup the objcount entry in the proc filesystem. */
void sctp_dbg_objcnt_exit(void)
{
remove_proc_entry("sctp_dbg_objcount", proc_net_sctp);
remove_proc_entry("sctp_dbg_objcnt", proc_net_sctp);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment