mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
f0be707d74
Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statement separator but this shouldn't be abused when statements are meant to be standalone. Detected with devel/coccinelle following a hint from DragonFlyBSD. MFC after: 1 month