From: Fernando Apesteguia Date: Wed, 7 May 2014 16:02:44 +0000 (+0200) Subject: staging: silicom: add blank line after declarations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea3528c26a67bde111d0dd85fae474a559efce41;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/silicom/bpctl_mod.c b/drivers/staging/silicom/bpctl_mod.c index 7f3d884d4ddd..266becf84169 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;