Commit 636e5a65 authored by Alberto Pires de Oliveira Neto's avatar Alberto Pires de Oliveira Neto Committed by Greg Kroah-Hartman

staging: lustre: space required after that close brace '}'

This patch fixes checkpatch.pl warning.
WARNING: space required after that close brace '}'
Signed-off-by: default avatarAlberto Pires de Oliveira Neto <mrpenguin2005@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0effc8eb
...@@ -168,4 +168,5 @@ struct lprocfs_vars fld_client_proc_list[] = { ...@@ -168,4 +168,5 @@ struct lprocfs_vars fld_client_proc_list[] = {
{ "targets", &fld_proc_targets_fops }, { "targets", &fld_proc_targets_fops },
{ "hash", &fld_proc_hash_fops }, { "hash", &fld_proc_hash_fops },
{ "cache_flush", &fld_proc_cache_flush_fops }, { "cache_flush", &fld_proc_cache_flush_fops },
{ NULL }}; { NULL }
};
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