Skip to content

Commit

Permalink
Staging: silicom: bp_mod: Removed trailing whitespaces
Browse files Browse the repository at this point in the history
Fixed coding style issue.

Signed-off-by: Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Alexandru Gheorghiu authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 90a08fd commit f54ab7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/silicom/bp_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -6983,7 +6983,7 @@ static void __exit bypass_cleanup_module(void)
/* spin_lock_irqsave(&bpvm_lock, flags);
rcu_read_lock(); */
bypass_proc_remove_dev_sd(&bpctl_dev_arr[i]);
/* spin_unlock_irqrestore(&bpvm_lock, flags);
/* spin_unlock_irqrestore(&bpvm_lock, flags);
rcu_read_unlock(); */
#endif
remove_bypass_wd_auto(&bpctl_dev_arr[i]);
Expand All @@ -7006,7 +7006,7 @@ static void __exit bypass_cleanup_module(void)
kfree(bpctl_dev_arr);

/*
* Unregister the device
* Unregister the device
*/
unregister_chrdev(major_num, DEVICE_NAME);
}
Expand Down

0 comments on commit f54ab7d

Please sign in to comment.