mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 03:20:25 -04:00
staging: lustre: space required after that close brace '}'
This patch fixes checkpatch.pl warning. WARNING: space required after that close brace '}' Signed-off-by: Alberto Pires de Oliveira Neto <mrpenguin2005@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0effc8eb94
commit
636e5a658a
@@ -168,4 +168,5 @@ struct lprocfs_vars fld_client_proc_list[] = {
|
||||
{ "targets", &fld_proc_targets_fops },
|
||||
{ "hash", &fld_proc_hash_fops },
|
||||
{ "cache_flush", &fld_proc_cache_flush_fops },
|
||||
{ NULL }};
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user