* [sudeep-holla:v6.7/ffa_integ_test 5/5] drivers/firmware/arm_ffa/test_driver.c:28:6: warning: no previous prototype for 'test_ffa_notif_cb'
@ 2023-11-09 18:49 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-11-09 18:49 UTC (permalink / raw)
To: Sudeep Holla; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git v6.7/ffa_integ_test
head: 0dfce5abe57576c4804fc626172b0cd80a320c1c
commit: 0dfce5abe57576c4804fc626172b0cd80a320c1c [5/5] firmware: arm_ffa: Add test driver
config: arm64-randconfig-001-20231110 (https://download.01.org/0day-ci/archive/20231110/202311100209.nmATysYA-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231110/202311100209.nmATysYA-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/202311100209.nmATysYA-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/firmware/arm_ffa/test_driver.c:28:6: warning: no previous prototype for 'test_ffa_notif_cb' [-Wmissing-prototypes]
28 | void test_ffa_notif_cb(int notification_id, void *data)
| ^~~~~~~~~~~~~~~~~
vim +/test_ffa_notif_cb +28 drivers/firmware/arm_ffa/test_driver.c
26
27
> 28 void test_ffa_notif_cb(int notification_id, void *data)
29 {
30 pr_info("%x %p\n", notification_id, data);
31 }
32
--
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:[~2023-11-09 18:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09 18:49 [sudeep-holla:v6.7/ffa_integ_test 5/5] drivers/firmware/arm_ffa/test_driver.c:28:6: warning: no previous prototype for 'test_ffa_notif_cb' 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.