This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Sylvain Munaut 246tnt at gmail.comHi,
> Sry for the misunderstanding question, but my question was why the "//"
> comments are not used.
Consistency I guess.
We try to stick to the kernel coding style ( see
linux/Documentation/CodingStyle ), which states:
<quote>
Linux style for comments is the C89 "/* ... */" style.
Don't use C99-style "// ..." comments.
</quote>
Cheers,
Sylvain