sparc: Remove unnecessary semicolons
Semicolons are not necessary after switch/while/for/if braces so remove them. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9eeb08986f
commit
6cb79b3f3b
@ -109,7 +109,7 @@ asmlinkage long compat_sys_ipc(u32 call, u32 first, u32 second, u32 third, compa
|
||||
|
||||
default:
|
||||
return -ENOSYS;
|
||||
};
|
||||
}
|
||||
|
||||
return -ENOSYS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user