Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b6f4753 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "char: misc: document behaviour of open()"



This reverts commit 965ab29b.

This is causing way more problems than it is worth.

Cc: Martin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cc641d55
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -169,9 +169,7 @@ static const struct file_operations misc_fops = {
 *	the minor number requested is used.
 *
 *	The structure passed is linked into the kernel and may not be
 *	destroyed until it has been unregistered. By default, an open()
 *	syscall to the device sets file->private_data to point to the
 *	structure.
 *	destroyed until it has been unregistered.
 *
 *	A zero is returned on success and a negative errno code for
 *	failure.