Commit f1474fba authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] trivial: Fix #endif comment in linux_moduleparam.h

From: Rusty Russell <rusty@rustcorp.com.au>

From:  Pavel Machek <pavel@ucw.cz>

If we are providing "helpful" comment, it should better be correct.
parent 5f6ee5e1
......@@ -147,4 +147,4 @@ int param_array(const char *name,
void *elem, int elemsize,
int (*set)(const char *, struct kernel_param *kp),
int *num);
#endif /* _LINUX_MODULE_PARAM_TYPES_H */
#endif /* _LINUX_MODULE_PARAMS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment