* [asahilinux:gpu/rust-wip 21/21] mm/shmem.c:95:8: warning: type qualifiers ignored on function return type
@ 2023-08-28 6:56 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-28 6:56 UTC (permalink / raw)
To: Asahi Lina; +Cc: oe-kbuild-all
tree: https://github.com/AsahiLinux/linux gpu/rust-wip
head: a8f31bd038880e11b0786822f42ef8fa6276c303
commit: a8f31bd038880e11b0786822f42ef8fa6276c303 [21/21] shmem: 16K on 4K hack
config: mips-allnoconfig (https://download.01.org/0day-ci/archive/20230828/202308281433.WAS6oHIn-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 13.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230828/202308281433.WAS6oHIn-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/202308281433.WAS6oHIn-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> mm/shmem.c:95:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
95 | static const unsigned long shmem_base_nr(struct address_space *mapping) {
| ^~~~~
vim +95 mm/shmem.c
94
> 95 static const unsigned long shmem_base_nr(struct address_space *mapping) {
96 return 1L << mapping->order;
97 }
98
--
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-08-28 6:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-28 6:56 [asahilinux:gpu/rust-wip 21/21] mm/shmem.c:95:8: warning: type qualifiers ignored on function return type 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.