dect
/
linux-2.6
Archived
13
0
Fork 0

staging: sep: fix function name in kernel-doc

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jonathan Neuschäfer 2011-05-30 20:41:02 +02:00 committed by Greg Kroah-Hartman
parent 1fddb42caf
commit 09861bc3e8
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ static int sep_singleton_release(struct inode *inode, struct file *filp)
}
/**
* sep_request_daemonopen - request daemon open method
* sep_request_daemon_open - request daemon open method
* @inode: inode of SEP device
* @filp: file handle to SEP device
*