mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-07-30 00:22:49 +02:00
global: infuriating kernel iterator style
One types: for (i = 0 ... So one should also type: for_each_obj (obj ... But the upstream kernel style guidelines are insane, and so we must instead do: for_each_obj(obj ... Ugly, but one must choose his battles wisely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
fe703c0cf5
commit
d9d0a2cbed
4 changed files with 19 additions and 19 deletions
Loading…
Add table
Reference in a new issue