Hi Julian, kernel test robot noticed the following build errors:
[auto build test ERROR on 88d324e69ea9f3ae1c1905ea75d717c08bdb8e15] url: https://github.com/intel-lab-lkp/linux/commits/Julian-Stecklina-via-B4-Relay/initrd-remove-ASCII-spinner/20250323-043649 base: 88d324e69ea9f3ae1c1905ea75d717c08bdb8e15 patch link: https://lore.kernel.org/r/20250322-initrd-erofs-v2-4-d66ee4a2c756%40cyberus-technology.de patch subject: [PATCH v2 4/9] fs: minix: register an initrd fs detector config: um-randconfig-002-20250323 (https://download.01.org/0day-ci/archive/20250323/202503230754.ypvap9pi-...@intel.com/config) compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250323/202503230754.ypvap9pi-...@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <l...@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202503230754.ypvap9pi-...@intel.com/ All errors (new ones prefixed by >>): >> fs/minix/initrd.c:23:34: error: too many arguments provided to function-like >> macro invocation 23 | initrd_fs_detect(detect_minixfs, BLOCK_SIZE); | ^ include/linux/initrd.h:63:9: note: macro 'initrd_fs_detect' defined here 63 | #define initrd_fs_detect(detectfn) | ^ >> fs/minix/initrd.c:23:1: error: type specifier missing, defaults to 'int'; >> ISO C99 and later do not support implicit int [-Wimplicit-int] 23 | initrd_fs_detect(detect_minixfs, BLOCK_SIZE); | ^ | int 2 errors generated. vim +23 fs/minix/initrd.c 22 > 23 initrd_fs_detect(detect_minixfs, BLOCK_SIZE); -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki