Staging: silicom : Fixed error 'exactly one space required after that #ifdef'
This patch fixes error 'exactly one space required after that #ifdef' found by checkpatch in driver silicom. Signed-off-by: Tülin İzer <tulinizer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
01c7b4ca6e
commit
a0069a41a7
1 changed files with 1 additions and 1 deletions
|
@ -4334,7 +4334,7 @@ int get_bypass_wd_auto(bpctl_dev_t *pbpctl_dev)
|
||||||
return BP_NOT_CAP;
|
return BP_NOT_CAP;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef BP_SELF_TEST
|
#ifdef BP_SELF_TEST
|
||||||
|
|
||||||
int set_bp_self_test(bpctl_dev_t *pbpctl_dev, unsigned int param)
|
int set_bp_self_test(bpctl_dev_t *pbpctl_dev, unsigned int param)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue