summaryrefslogtreecommitdiff
path: root/drivers/staging/silicom
diff options
context:
space:
mode:
authorFernando Apesteguia <fernando.apesteguia@gmail.com>2014-05-07 16:02:44 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-23 11:40:41 (GMT)
commitea3528c26a67bde111d0dd85fae474a559efce41 (patch)
tree3ca55159db18e69d819ead8119e07d638030a6af /drivers/staging/silicom
parent1dd3cdc7ff3cc190b99be41ab01346ea2039189a (diff)
downloadlinux-ea3528c26a67bde111d0dd85fae474a559efce41.tar.xz
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: Fernando Apesteguia <fernando.apesteguia@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/silicom')
-rw-r--r--drivers/staging/silicom/bpctl_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/silicom/bpctl_mod.c b/drivers/staging/silicom/bpctl_mod.c
index 7f3d884..266becf 100644
--- a/drivers/staging/silicom/bpctl_mod.c
+++ b/drivers/staging/silicom/bpctl_mod.c
@@ -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)
{
-
struct bypass_pfs_sd *current_pfs = &pbp_device_block->bypass_pfs_set;
+
remove_proc_subtree(current_pfs->dir_name, bp_procfs_dir);
current_pfs->bypass_entry = NULL;
return 0;