mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
629ecb5b3a
commit
22e08f6384
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user