aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
diff options
context:
space:
mode:
authorGravatar James Simmons <jsimmons@infradead.org> 2016-11-18 11:48:37 -0500
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2016-11-19 14:13:44 +0100
commit0b987e3e36941940456fc1d24c713ad409d3a497 (patch)
treed33465f065778156598983c1126a458adb25c91a /drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
parentstaging: lustre: libcfs: remove header's bare unsigned use (diff)
downloadlinux-0b987e3e36941940456fc1d24c713ad409d3a497.tar.gz
linux-0b987e3e36941940456fc1d24c713ad409d3a497.tar.bz2
linux-0b987e3e36941940456fc1d24c713ad409d3a497.zip
staging: lustre: libcfs: name parameters for function prototypes
Give the parameters names for the function prototypes in the libcfs headers. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include/linux/libcfs/libcfs_private.h')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
index 523e8f446317..93bff1b94e5c 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
@@ -75,7 +75,7 @@ do { \
#define KLASSERT(e) LASSERT(e)
-void __noreturn lbug_with_loc(struct libcfs_debug_msg_data *);
+void __noreturn lbug_with_loc(struct libcfs_debug_msg_data *msg);
#define LBUG() \
do { \
@@ -170,7 +170,7 @@ do { \
#endif
void libcfs_run_upcall(char **argv);
-void libcfs_run_lbug_upcall(struct libcfs_debug_msg_data *);
+void libcfs_run_lbug_upcall(struct libcfs_debug_msg_data *msg);
void libcfs_debug_dumplog(void);
int libcfs_debug_init(unsigned long bufsize);
int libcfs_debug_cleanup(void);