diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-20 23:22:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-20 23:22:08 -0700 |
| commit | f1474fba2b8b9b208cc277eab1f1958384928ac3 (patch) | |
| tree | 2db71441c6b3ab8617c83cb3717139f426739e56 /include/linux/moduleparam.h | |
| parent | 5f6ee5e1e151634e0eb9a3cb8ed1be2e91c9f958 (diff) | |
[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.
Diffstat (limited to 'include/linux/moduleparam.h')
| -rw-r--r-- | include/linux/moduleparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index f63de16cdf54..9e799ecc1b43 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h @@ -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 */ |
