Fix macro expansion warnings in GCC 9.4
Gitlab's CI containers that runs with Ubuntu 20.04 and GCC 9.4 are reporting warning due to a bad macro expansion. When compiling MDIS against Linux Kernel 6.1, all warnings are treated as errors.
This Pull Request tries to fix this errors.