From: kernel test robot <lkp@intel.com>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [jgunthorpe:iommu_pages 12/20] drivers/iommu/iommu-pages.c:76: warning: Function parameter or struct member 'list' not described in 'iommu_put_pages_list'
Date: Wed, 29 Jan 2025 12:50:51 +0800 [thread overview]
Message-ID: <202501291246.gO5lkZQ0-lkp@intel.com> (raw)
tree: https://github.com/jgunthorpe/linux iommu_pages
head: 470a82a6588cba1a19210a78a710620a15b6019b
commit: ccc2b9fbf982bd3f5b8057056fcb7c6edbc1a838 [12/20] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
config: s390-randconfig-002-20250129 (https://download.01.org/0day-ci/archive/20250129/202501291246.gO5lkZQ0-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250129/202501291246.gO5lkZQ0-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/202501291246.gO5lkZQ0-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/iommu/iommu-pages.c:76: warning: Function parameter or struct member 'list' not described in 'iommu_put_pages_list'
>> drivers/iommu/iommu-pages.c:76: warning: Excess function parameter 'head' description in 'iommu_put_pages_list'
vim +76 drivers/iommu/iommu-pages.c
6c72aac62af905 Jason Gunthorpe 2025-01-24 68
6c72aac62af905 Jason Gunthorpe 2025-01-24 69 /**
6c72aac62af905 Jason Gunthorpe 2025-01-24 70 * iommu_put_pages_list - free a list of pages.
6c72aac62af905 Jason Gunthorpe 2025-01-24 71 * @head: the head of the lru list to be freed.
6c72aac62af905 Jason Gunthorpe 2025-01-24 72 *
6c72aac62af905 Jason Gunthorpe 2025-01-24 73 * Frees a list of pages allocated by iommu_alloc_pages_node().
6c72aac62af905 Jason Gunthorpe 2025-01-24 74 */
ccc2b9fbf982bd Jason Gunthorpe 2025-01-26 75 void iommu_put_pages_list(struct iommu_pages_list *list)
6c72aac62af905 Jason Gunthorpe 2025-01-24 @76 {
:::::: The code at line 76 was first introduced by commit
:::::: 6c72aac62af905e9c969c12aa399d8bed4b4d033 iommu/pages: De-inline the substantial functions
:::::: TO: Jason Gunthorpe <jgg@nvidia.com>
:::::: CC: Jason Gunthorpe <jgg@nvidia.com>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-01-29 4:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202501291246.gO5lkZQ0-lkp@intel.com \
--to=lkp@intel.com \
--cc=jgg@nvidia.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox