aboutsummaryrefslogtreecommitdiff
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-05-16 04:36:13 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-27 17:43:11 -0700
commitf82dd4b093ead1161770de70515cb11602ac664c (patch)
treefebbaaf814d255be1e6320923d57b41306013d0d /include/linux/miscdevice.h
parent471322a8f66f879ea1f457a7ac4fac50442c6be7 (diff)
miscdevice.h: Simple syntax fix to make pointers consistent.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r--include/linux/miscdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
index 51e26f3cd3b3..ee80dd7d9f60 100644
--- a/include/linux/miscdevice.h
+++ b/include/linux/miscdevice.h
@@ -64,7 +64,7 @@ struct miscdevice {
umode_t mode;
};
-extern int misc_register(struct miscdevice * misc);
+extern int misc_register(struct miscdevice *misc);
extern int misc_deregister(struct miscdevice *misc);
#define MODULE_ALIAS_MISCDEV(minor) \