projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
471322a
)
miscdevice.h: Simple syntax fix to make pointers consistent.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Fri, 16 May 2014 08:36:13 +0000
(
04:36
-0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 May 2014 00:43:11 +0000
(17:43 -0700)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/miscdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/miscdevice.h
b/include/linux/miscdevice.h
index 51e26f3cd3b3633b85bd974d2bc1909870784be1..ee80dd7d9f60fb6e289f798d37b8725d55a71d02 100644
(file)
--- 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) \