All of lore.kernel.org
 help / color / mirror / Atom feed
* [sudeep-holla:ffa_notify 15/16] drivers/firmware/arm_ffa/test_driver.c:28:6: warning: no previous prototype for 'test_ffa_notif_cb'
@ 2023-07-24 19:48 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-07-24 19:48 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git ffa_notify
head:   50176e212a1e52a7fc37c2ea8f7e0d5937c62955
commit: 8fb5efdabdb94f98ab0fa1e1c5d34bb158953a03 [15/16] firmware: arm_ffa: Add test driver
config: arm64-randconfig-r031-20230724 (https://download.01.org/0day-ci/archive/20230725/202307250326.Fka0amUp-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 12.3.0
reproduce: (https://download.01.org/0day-ci/archive/20230725/202307250326.Fka0amUp-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/202307250326.Fka0amUp-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(u16 partition_id, 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(u16 partition_id, int notification_id, void *data)
    29	{
    30		pr_info("%x %x %p\n", partition_id, 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-07-24 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 19:48 [sudeep-holla:ffa_notify 15/16] 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.