All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-chenxing:mstar_v5_14_rebase_i2_drm 124/349] drivers/dma/mstar/mstar-msc313-bdma.c:251:6: warning: no previous prototype for 'msc313_bdma_issue_pending'
@ 2021-07-19  0:13 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-19  0:13 UTC (permalink / raw)
  To: Daniel Palmer; +Cc: kbuild-all, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1843 bytes --]

tree:   git://github.com/linux-chenxing/linux.git mstar_v5_14_rebase_i2_drm
head:   93dfb2364436067bf34c6d4ddcd282496182cc0f
commit: bab654419b8cf86c3d8d378c53ed9faf4dc18643 [124/349] ARM: mstar: msc313 bdma driver
config: s390-allyesconfig (attached as .config)
compiler: s390-linux-gcc (GCC) 10.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/linux-chenxing/linux/commit/bab654419b8cf86c3d8d378c53ed9faf4dc18643
        git remote add linux-chenxing git://github.com/linux-chenxing/linux.git
        git fetch --no-tags linux-chenxing mstar_v5_14_rebase_i2_drm
        git checkout bab654419b8cf86c3d8d378c53ed9faf4dc18643
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=s390 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/dma/mstar/mstar-msc313-bdma.c:251:6: warning: no previous prototype for 'msc313_bdma_issue_pending' [-Wmissing-prototypes]
     251 | void msc313_bdma_issue_pending(struct dma_chan *chan)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~


vim +/msc313_bdma_issue_pending +251 drivers/dma/mstar/mstar-msc313-bdma.c

   250	
 > 251	void msc313_bdma_issue_pending(struct dma_chan *chan)
   252	{
   253		struct msc313_bdma_desc *desc;
   254		struct msc313_bdma_chan *ch = to_chan(chan);
   255		desc = list_first_entry_or_null(&ch->queue, struct msc313_bdma_desc, queue_node);
   256		if(desc)
   257			msc313_bdma_do_single(ch, desc);
   258	}
   259	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 67011 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [linux-chenxing:mstar_v5_14_rebase_i2_drm 124/349] drivers/dma/mstar/mstar-msc313-bdma.c:251:6: warning: no previous prototype for 'msc313_bdma_issue_pending'
@ 2021-07-19  0:13 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-19  0:13 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]

tree:   git://github.com/linux-chenxing/linux.git mstar_v5_14_rebase_i2_drm
head:   93dfb2364436067bf34c6d4ddcd282496182cc0f
commit: bab654419b8cf86c3d8d378c53ed9faf4dc18643 [124/349] ARM: mstar: msc313 bdma driver
config: s390-allyesconfig (attached as .config)
compiler: s390-linux-gcc (GCC) 10.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/linux-chenxing/linux/commit/bab654419b8cf86c3d8d378c53ed9faf4dc18643
        git remote add linux-chenxing git://github.com/linux-chenxing/linux.git
        git fetch --no-tags linux-chenxing mstar_v5_14_rebase_i2_drm
        git checkout bab654419b8cf86c3d8d378c53ed9faf4dc18643
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=s390 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/dma/mstar/mstar-msc313-bdma.c:251:6: warning: no previous prototype for 'msc313_bdma_issue_pending' [-Wmissing-prototypes]
     251 | void msc313_bdma_issue_pending(struct dma_chan *chan)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~


vim +/msc313_bdma_issue_pending +251 drivers/dma/mstar/mstar-msc313-bdma.c

   250	
 > 251	void msc313_bdma_issue_pending(struct dma_chan *chan)
   252	{
   253		struct msc313_bdma_desc *desc;
   254		struct msc313_bdma_chan *ch = to_chan(chan);
   255		desc = list_first_entry_or_null(&ch->queue, struct msc313_bdma_desc, queue_node);
   256		if(desc)
   257			msc313_bdma_do_single(ch, desc);
   258	}
   259	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 67011 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-19  0:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19  0:13 [linux-chenxing:mstar_v5_14_rebase_i2_drm 124/349] drivers/dma/mstar/mstar-msc313-bdma.c:251:6: warning: no previous prototype for 'msc313_bdma_issue_pending' kernel test robot
2021-07-19  0:13 ` 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.