CODING_STYLE: document "reterr_" return parameters
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Jun 2024 16:31:56 +0000 (18:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Jun 2024 07:51:35 +0000 (09:51 +0200)
commit7811864b08393eda5ff92145ea2776180d9b28ee
tree60e16ac3f0cf3bd7652cc7290f8583ebc582afb8
parentc01ab8ffbcee9c298b3da0d521b3c68293045f52
CODING_STYLE: document "reterr_" return parameters

In some recent PRs (e.g. #32628) I started to systematically name return
parameters that shall only be initialized on failure (because they carry
additional error meta information, such as the line/column number of
parse failures or so). Let's make this official in the coding style.
docs/CODING_STYLE.md