summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorDilek Uzulmez2015-03-01 19:21:52 +0100
committerGreg Kroah-Hartman2015-03-02 01:54:48 +0100
commit22e08f6384a83037dfcbe208d5f69d6f7ddf3e60 (patch)
tree9aa88c6a0fe52e671759907be95de852578d4294 /drivers/staging/lustre
parentstaging: lustre: Remove space in function call. (diff)
downloadkernel-qcow2-linux-22e08f6384a83037dfcbe208d5f69d6f7ddf3e60.tar.gz
kernel-qcow2-linux-22e08f6384a83037dfcbe208d5f69d6f7ddf3e60.tar.xz
kernel-qcow2-linux-22e08f6384a83037dfcbe208d5f69d6f7ddf3e60.zip
Staging: lustre: Remove space after function name
Fix checkpatch.pl issues with "space prohibited between function name and open parenthesis" in lporc_echo.c Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/obdecho/lproc_echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdecho/lproc_echo.c b/drivers/staging/lustre/lustre/obdecho/lproc_echo.c
index 1d3bf6c93129..0beb97db7c7d 100644
--- a/drivers/staging/lustre/lustre/obdecho/lproc_echo.c
+++ b/drivers/staging/lustre/lustre/obdecho/lproc_echo.c
@@ -36,7 +36,7 @@
#include "../include/lprocfs_status.h"
#include "../include/obd_class.h"
-#if defined (CONFIG_PROC_FS)
+#if defined(CONFIG_PROC_FS)
LPROC_SEQ_FOPS_RO_TYPE(echo, uuid);
static struct lprocfs_vars lprocfs_echo_obd_vars[] = {
{ "uuid", &echo_uuid_fops, NULL, 0 },