Searched hist:"1 af0780b5f20aaa2603bba221ff78ca22dd44bd2" (Results 1 – 1 of 1) sorted by relevance
| /src/sys/compat/linux/ |
| H A D | linux_fork.c | 1af0780b5f20aaa2603bba221ff78ca22dd44bd2 Thu Aug 12 08:57:16 UTC 2021 Dmitry Chagin <dchagin@FreeBSD.org> linux(4): Move ff variable initialization from declaration.
Modern style(9) allows variables initialization where they are declared, but in this case initialization obfuscate the code.
MFC after: 2 weeks 1af0780b5f20aaa2603bba221ff78ca22dd44bd2 Thu Aug 12 08:57:16 UTC 2021 Dmitry Chagin <dchagin@FreeBSD.org> linux(4): Move ff variable initialization from declaration.
Modern style(9) allows variables initialization where they are declared, but in this case initialization obfuscate the code.
MFC after: 2 weeks 1af0780b5f20aaa2603bba221ff78ca22dd44bd2 Thu Aug 12 08:57:16 UTC 2021 Dmitry Chagin <dchagin@FreeBSD.org> linux(4): Move ff variable initialization from declaration.
Modern style(9) allows variables initialization where they are declared, but in this case initialization obfuscate the code.
MFC after: 2 weeks
|