trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@ -100,9 +100,6 @@ def_tmr_open(int dev, int mode)
|
||||
curr_tempo = 60;
|
||||
curr_timebase = 100;
|
||||
opened = 1;
|
||||
|
||||
;
|
||||
|
||||
{
|
||||
def_tmr.expires = (1) + jiffies;
|
||||
add_timer(&def_tmr);
|
||||
|
Reference in New Issue
Block a user