Commit 1c36b6de authored by NeilBrown's avatar NeilBrown Committed by Greg Kroah-Hartman

staging: lustre: clean up __LIBCFS_H macro

There is some confusion with names here - make it all uniform.
Signed-off-by: default avatarNeilBrown <neilb@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 912a8460
...@@ -103,8 +103,6 @@ static inline int notifier_from_ioctl_errno(int err) ...@@ -103,8 +103,6 @@ static inline int notifier_from_ioctl_errno(int err)
int libcfs_setup(void); int libcfs_setup(void);
#define _LIBCFS_H
/** /**
* The path of debug log dump upcall script. * The path of debug log dump upcall script.
*/ */
...@@ -124,4 +122,4 @@ int lprocfs_call_handler(void *data, int write, loff_t *ppos, ...@@ -124,4 +122,4 @@ int lprocfs_call_handler(void *data, int write, loff_t *ppos,
int (*handler)(void *data, int write, loff_t pos, int (*handler)(void *data, int write, loff_t pos,
void __user *buffer, int len)); void __user *buffer, int len));
#endif /* _LIBCFS_H */ #endif /* __LIBCFS_LIBCFS_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