Staging: silicom: bp_mod: Removed trailing whitespaces
Fixed coding style issue. Signed-off-by: Alexandru Gheorghiu <gheorghiuandru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
90a08fdcd4
commit
f54ab7d916
1 changed files with 2 additions and 2 deletions
|
@ -6983,7 +6983,7 @@ static void __exit bypass_cleanup_module(void)
|
||||||
/* spin_lock_irqsave(&bpvm_lock, flags);
|
/* spin_lock_irqsave(&bpvm_lock, flags);
|
||||||
rcu_read_lock(); */
|
rcu_read_lock(); */
|
||||||
bypass_proc_remove_dev_sd(&bpctl_dev_arr[i]);
|
bypass_proc_remove_dev_sd(&bpctl_dev_arr[i]);
|
||||||
/* spin_unlock_irqrestore(&bpvm_lock, flags);
|
/* spin_unlock_irqrestore(&bpvm_lock, flags);
|
||||||
rcu_read_unlock(); */
|
rcu_read_unlock(); */
|
||||||
#endif
|
#endif
|
||||||
remove_bypass_wd_auto(&bpctl_dev_arr[i]);
|
remove_bypass_wd_auto(&bpctl_dev_arr[i]);
|
||||||
|
@ -7006,7 +7006,7 @@ static void __exit bypass_cleanup_module(void)
|
||||||
kfree(bpctl_dev_arr);
|
kfree(bpctl_dev_arr);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Unregister the device
|
* Unregister the device
|
||||||
*/
|
*/
|
||||||
unregister_chrdev(major_num, DEVICE_NAME);
|
unregister_chrdev(major_num, DEVICE_NAME);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue