lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CANV8Hs3Rc1q_Qcp05jGfuVwqTFg0c9UhNebk24UYGkkGiHpPRA@mail.gmail.com> Date: Fri, 18 May 2018 12:44:31 -0400 From: Simon Que <sque@...omium.org> To: linux-kernel@...r.kernel.org Subject: Should new code have forward declarations of static functions or not? Is it preferred to have forward declarations of static funcs, or to omit them altogether? I know that different files in kernel code follow one style or the other. Just wondering if there's a preferred style for new code. Simon