mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): style: Eliminate dead 'break' after 'return'
No functional change.
This commit is contained in:
parent
3f113d5606
commit
a98f03786e
1 changed files with 0 additions and 1 deletions
|
|
@ -1955,7 +1955,6 @@ linux_prctl(struct thread *td, struct linux_prctl_args *args)
|
|||
return (copyout(&pdeath_signal,
|
||||
(void *)(register_t)args->arg2,
|
||||
sizeof(pdeath_signal)));
|
||||
break;
|
||||
case LINUX_PR_SET_DUMPABLE:
|
||||
linux_msg(td, "unsupported prctl PR_SET_DUMPABLE");
|
||||
error = EINVAL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue