Author: cem Date: Tue Nov 3 01:10:27 2020 New Revision: 367286 URL: https://svnweb.freebsd.org/changeset/base/367286
Log: linux(4): style: Eliminate dead 'break' after 'return' No functional change. Modified: head/sys/compat/linux/linux_misc.c Modified: head/sys/compat/linux/linux_misc.c ============================================================================== --- head/sys/compat/linux/linux_misc.c Mon Nov 2 21:47:34 2020 (r367285) +++ head/sys/compat/linux/linux_misc.c Tue Nov 3 01:10:27 2020 (r367286) @@ -1955,7 +1955,6 @@ linux_prctl(struct thread *td, struct linux_prctl_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; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"