public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: fs/freevxfs/vxfs_immed.c:67: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio'
Date: Tue, 5 Dec 2023 03:40:09 +0800	[thread overview]
Message-ID: <202312050334.bmiUtFL0-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   33cc938e65a98f1d29d0a18403dbbee050dcad9a
commit: 42d7a524e9ee13f6ea8b1539a293a365db2ba2f5 freevxfs: Convert vxfs_immed to read_folio
date:   1 year, 7 months ago
config: x86_64-buildonly-randconfig-004-20231010 (https://download.01.org/0day-ci/archive/20231205/202312050334.bmiUtFL0-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231205/202312050334.bmiUtFL0-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/202312050334.bmiUtFL0-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> fs/freevxfs/vxfs_immed.c:67: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio'
>> fs/freevxfs/vxfs_immed.c:67: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio'


vim +67 fs/freevxfs/vxfs_immed.c

^1da177e4c3f41 Linus Torvalds          2005-04-16  49  
^1da177e4c3f41 Linus Torvalds          2005-04-16  50  /**
42d7a524e9ee13 Matthew Wilcox (Oracle  2022-04-29  51)  * vxfs_immed_read_folio - read part of an immed inode into pagecache
^1da177e4c3f41 Linus Torvalds          2005-04-16  52   * @file:	file context (unused)
42d7a524e9ee13 Matthew Wilcox (Oracle  2022-04-29  53)  * @folio:	folio to fill in.
^1da177e4c3f41 Linus Torvalds          2005-04-16  54   *
^1da177e4c3f41 Linus Torvalds          2005-04-16  55   * Description:
42d7a524e9ee13 Matthew Wilcox (Oracle  2022-04-29  56)  *   vxfs_immed_read_folio reads a part of the immed area of the
^1da177e4c3f41 Linus Torvalds          2005-04-16  57   *   file that hosts @pp into the pagecache.
^1da177e4c3f41 Linus Torvalds          2005-04-16  58   *
^1da177e4c3f41 Linus Torvalds          2005-04-16  59   * Returns:
^1da177e4c3f41 Linus Torvalds          2005-04-16  60   *   Zero on success, else a negative error code.
^1da177e4c3f41 Linus Torvalds          2005-04-16  61   *
^1da177e4c3f41 Linus Torvalds          2005-04-16  62   * Locking status:
42d7a524e9ee13 Matthew Wilcox (Oracle  2022-04-29  63)  *   @folio is locked and will be unlocked.
^1da177e4c3f41 Linus Torvalds          2005-04-16  64   */
^1da177e4c3f41 Linus Torvalds          2005-04-16  65  static int
42d7a524e9ee13 Matthew Wilcox (Oracle  2022-04-29  66) vxfs_immed_read_folio(struct file *fp, struct folio *folio)
^1da177e4c3f41 Linus Torvalds          2005-04-16 @67  {

:::::: The code at line 67 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2023-12-04 19:41 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=202312050334.bmiUtFL0-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=willy@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox