]> git.ipfire.org Git - thirdparty/kmod.git/commit
shared: properly __attribute__ all macros
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 30 May 2025 10:00:13 +0000 (11:00 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Jun 2025 12:54:40 +0000 (07:54 -0500)
commit5610688ec062cfeb546b105e60c76b3f8ed3130d
tree71b76209f0de99d848ea7b6c9b0abeebd70731c0
parent20e91b3a6b38812aacb2c3308bde50ab5b103bc6
shared: properly __attribute__ all macros

Handful of the attributes were missing the trailing double underscore.
Thus they were not picked by our git grep combo and ultimately missing
from .clang-format.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/361
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.clang-format
shared/macro.h