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: <452913DB.4010409@gmail.com>
Date: Sun, 08 Oct 2006 20:36:03 +0530
From: "Aneesh Kumar K.V" <aneesh.kumar@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Minor coding style fix
Kernel generally follow the style
if (func()) {
/* failed case */
} else {
/* success */
}
-aneesh
View attachment "sys.c.diff" of type "text/x-patch" (367 bytes)