You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Staging: Silicom: bpctl_mod.c & bypass.c: Adding blank lines
Added a blank line after declarations in many places to fix the following warning issued by checkpatch.pl: WARNING: Missing a blank line after declarations Signed-off-by: Chaitanya Hazarey <c@24.io> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ef71c9b86d
commit
9c73b46af4
File diff suppressed because it is too large
Load Diff
@@ -135,6 +135,7 @@ static int doit(int cmd, int if_index, int *data)
|
||||
static int is_dev_sd(int if_index)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
SET_BPLIB_INT_FN(is_bypass, int, if_index, ret);
|
||||
return ret >= 0 ? 1 : 0;
|
||||
}
|
||||
@@ -186,6 +187,7 @@ static int is_bypass_dev(int if_index)
|
||||
static int is_bypass(int if_index)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
SET_BPLIB_INT_FN(is_bypass, int, if_index, ret);
|
||||
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user