Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea3528c2 authored by Fernando Apesteguia's avatar Fernando Apesteguia Committed by Greg Kroah-Hartman
Browse files

staging: silicom: add blank line after declarations



Add blank line after declarations and delete extra blank line at the
beginning of the function

Signed-off-by: default avatarFernando Apesteguia <fernando.apesteguia@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1dd3cdc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7448,8 +7448,8 @@ static int bypass_proc_create_dev_sd(struct bpctl_dev *pbp_device_block)


static int bypass_proc_remove_dev_sd(struct bpctl_dev *pbp_device_block)
static int bypass_proc_remove_dev_sd(struct bpctl_dev *pbp_device_block)
{
{

	struct bypass_pfs_sd *current_pfs = &pbp_device_block->bypass_pfs_set;
	struct bypass_pfs_sd *current_pfs = &pbp_device_block->bypass_pfs_set;

	remove_proc_subtree(current_pfs->dir_name, bp_procfs_dir);
	remove_proc_subtree(current_pfs->dir_name, bp_procfs_dir);
	current_pfs->bypass_entry = NULL;
	current_pfs->bypass_entry = NULL;
	return 0;
	return 0;