* [android-common:android15-6.6-2025-06 4/4] drivers/block/loop.c:1967:6: warning: no previous prototype for 'loop_process_cmd_list'
@ 2026-06-18 6:00 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-06-18 6:00 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android15-6.6-2025-06
head: 85490001cfe93283299435daf1c5d8552e2602fd
commit: e43346421ebd0b52ea04356fbc7ddeae108a4415 [4/4] ANDROID: loop: export loop_process_cmd_list
config: i386-buildonly-randconfig-006-20260618 (https://download.01.org/0day-ci/archive/20260618/202606181221.KK1o7lns-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260618/202606181221.KK1o7lns-lkp@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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202606181221.KK1o7lns-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/block/loop.c:1967:6: warning: no previous prototype for 'loop_process_cmd_list' [-Wmissing-prototypes]
1967 | void loop_process_cmd_list(struct list_head *cmd_list, struct gendisk *disk)
| ^~~~~~~~~~~~~~~~~~~~~
vim +/loop_process_cmd_list +1967 drivers/block/loop.c
1966
> 1967 void loop_process_cmd_list(struct list_head *cmd_list, struct gendisk *disk)
1968 {
1969 struct loop_device *lo = disk->private_data;
1970 loop_process_work(NULL, cmd_list, lo);
1971 }
1972 EXPORT_SYMBOL_GPL(loop_process_cmd_list);
1973
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-18 6:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-18 6:00 [android-common:android15-6.6-2025-06 4/4] drivers/block/loop.c:1967:6: warning: no previous prototype for 'loop_process_cmd_list' kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.