Skip to content

Commit

Permalink
staging: silicom: add blank line after declarations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fernando Apesteguia authored and Greg Kroah-Hartman committed May 23, 2014
1 parent 1dd3cdc commit ea3528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/silicom/bpctl_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ea3528c

Please sign in to comment.