mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 06:42:31 +00:00
staging: lustre: ldlm: Remove space before braces for defined() check
checkpatch complains about two places where a space is prohibited before the braces for in "#if defined()" check. This patch removes these warnings. Signed-off-by: Andreas Ruprecht <rupran@einserver.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8d2ff65da8
commit
4d089bb4e7
@ -636,7 +636,7 @@ int ldlm_pool_setup(struct ldlm_pool *pl, int limit)
|
||||
}
|
||||
EXPORT_SYMBOL(ldlm_pool_setup);
|
||||
|
||||
#if defined (CONFIG_PROC_FS)
|
||||
#if defined(CONFIG_PROC_FS)
|
||||
static int lprocfs_pool_state_seq_show(struct seq_file *m, void *unused)
|
||||
{
|
||||
int granted, grant_rate, cancel_rate, grant_step;
|
||||
|
@ -71,7 +71,7 @@ extern unsigned int ldlm_cancel_unused_locks_before_replay;
|
||||
* DDOS. */
|
||||
unsigned int ldlm_dump_granted_max = 256;
|
||||
|
||||
#if defined (CONFIG_PROC_FS)
|
||||
#if defined(CONFIG_PROC_FS)
|
||||
static ssize_t lprocfs_wr_dump_ns(struct file *file, const char *buffer,
|
||||
size_t count, loff_t *off)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user