Skip to content

Commit

Permalink
miscdevice.h: Simple syntax fix to make pointers consistent.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
rpjday authored and gregkh committed May 28, 2014
1 parent 471322a commit f82dd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/miscdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit f82dd4b

Please sign in to comment.