All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3 1/4] fpga: dfl: reorganize to subdir layout
Date: Wed, 16 Jun 2021 16:03:36 +0800	[thread overview]
Message-ID: <202106161513.VRLyqDTc-lkp@intel.com> (raw)
In-Reply-To: <20210611162129.3203483-3-trix@redhat.com>

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

Hi,

I love your patch! Perhaps something to improve:

[auto build test WARNING on linus/master]
[also build test WARNING on v5.13-rc6 next-20210615]
[cannot apply to xlnx/master]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/trix-redhat-com/fpga-reorganize-to-subdirs/20210616-121609
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 94f0b2d4a1d0c52035aef425da5e022bd2cb1c71
config: x86_64-randconfig-a001-20210615 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/56f921cb10c08e89e237940f55619869650f9d5b
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review trix-redhat-com/fpga-reorganize-to-subdirs/20210616-121609
        git checkout 56f921cb10c08e89e237940f55619869650f9d5b
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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/fpga/dfl/dfl-fme-pr.c:175: warning: Function parameter or member 'feature' not described in 'dfl_fme_create_mgr'
>> drivers/fpga/dfl/dfl-fme-pr.c:280: warning: expecting prototype for dfl_fme_destroy_bridge(). Prototype was for dfl_fme_destroy_bridges() instead


vim +280 drivers/fpga/dfl/dfl-fme-pr.c

29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  274  
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  275  /**
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  276   * dfl_fme_destroy_bridge - destroy all fpga bridge platform device
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  277   * @pdata: fme platform device's pdata
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  278   */
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  279  static void dfl_fme_destroy_bridges(struct dfl_feature_platform_data *pdata)
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30 @280  {
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  281  	struct dfl_fme *priv = dfl_fpga_pdata_get_private(pdata);
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  282  	struct dfl_fme_bridge *fbridge, *tmp;
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  283  
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  284  	list_for_each_entry_safe(fbridge, tmp, &priv->bridge_list, node) {
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  285  		list_del(&fbridge->node);
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  286  		dfl_fme_destroy_bridge(fbridge);
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  287  	}
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  288  }
29de76240e861d drivers/fpga/dfl-fme-pr.c Kang Luwei 2018-06-30  289  

---
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: 33797 bytes --]

  parent reply	other threads:[~2021-06-16  8:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 16:21 [PATCH v3 0/4] fpga: reorganize to subdirs trix
2021-06-11 16:21 ` trix
2021-06-11 16:21 ` [PATCH v3 1/4] fpga: dfl: reorganize to subdir layout trix
2021-06-11 16:21   ` trix
2021-06-14  9:28   ` Luca Ceresoli
2021-06-14  9:28     ` Luca Ceresoli
2021-06-14 15:15     ` Tom Rix
2021-06-14 15:15       ` Tom Rix
2021-06-16  8:03   ` kernel test robot [this message]
2021-06-11 16:21 ` [PATCH v3 2/4] fpga: xilinx: " trix
2021-06-11 16:21   ` trix
2021-06-11 16:21 ` [PATCH v3 3/4] fpga: altera: " trix
2021-06-11 16:21   ` trix
2021-06-11 16:21 ` [PATCH v3 4/4] fpga: lattice: " trix
2021-06-11 16:21   ` trix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202106161513.VRLyqDTc-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.