[Bug 257062] Cleaned trap_fatal's parameter defenition style.
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 257062] Cleaned trap_fatal's parameter defenition style."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 257062] Cleaned trap_fatal's parameter defenition style."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 257062] Cleaned trap_fatal's parameter defenition style."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jul 2021 18:34:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257062 Bug ID: 257062 Summary: Cleaned trap_fatal's parameter defenition style. Product: Base System Version: CURRENT Hardware: amd64 URL: https://cgit.freebsd.org/src/tree/sys/amd64/amd64/trap .c OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: vijaysh312@gmail.com Created attachment 226311 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226311&action=edit Updates to `sys/amd64/amd64/trap.c` I cleaned up the way the parameters of `trap_fatal` are declared in the function's definition. to abide with the C standards. It was bugging me as I was studying the code. -- You are receiving this mail because: You are the assignee for the bug.