From 03190c67ff72b5c56b24266762ab8abe68970f45 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Mon, 23 Mar 2015 13:59:46 +0100 Subject: [PATCH] char: misc: document behaviour of open() an open syscall now assignes file->private_data to a pointer to the miscdevice structure. This reminds people not to duplicate code if they want this and not to depend on it being NULL. Signed-off-by: Martin Kepplinger Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed