All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [hch-block:blkdev.h-includes 2/17] fs/f2fs/compress.c:562:33: error: expected ')' before 'uint'
Date: Sun, 12 Sep 2021 15:05:11 +0800	[thread overview]
Message-ID: <202109121505.Bb04Ga1d-lkp@intel.com> (raw)

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

tree:   git://git.infradead.org/users/hch/block.git blkdev.h-includes
head:   03cf53fd6d35d1ca10aea68ddadbe896f6405f3f
commit: da5bae30b9c382a015b31a976c5622ecdd98af30 [2/17] mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
config: x86_64-randconfig-a012-20210912 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add hch-block git://git.infradead.org/users/hch/block.git
        git fetch --no-tags hch-block blkdev.h-includes
        git checkout da5bae30b9c382a015b31a976c5622ecdd98af30
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash fs/f2fs/

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

All errors (new ones prefixed by >>):

>> fs/f2fs/compress.c:562:33: error: expected ')' before 'uint'
     562 | module_param(num_compress_pages, uint, 0444);
         |                                 ^~~~~
         |                                 )
>> fs/f2fs/compress.c:563:37: error: expected ')' before string constant
     563 | MODULE_PARM_DESC(num_compress_pages,
         |                                     ^
         |                                     )
     564 |   "Number of intermediate compress pages to preallocate");
         |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +562 fs/f2fs/compress.c

4c8ff7095bef64 Chao Yu     2019-11-01  559  
99bbe307013059 Jaegeuk Kim 2020-06-16  560  static mempool_t *compress_page_pool;
5e6bbde9598230 Chao Yu     2020-04-08  561  static int num_compress_pages = 512;
5e6bbde9598230 Chao Yu     2020-04-08 @562  module_param(num_compress_pages, uint, 0444);
5e6bbde9598230 Chao Yu     2020-04-08 @563  MODULE_PARM_DESC(num_compress_pages,
5e6bbde9598230 Chao Yu     2020-04-08  564  		"Number of intermediate compress pages to preallocate");
5e6bbde9598230 Chao Yu     2020-04-08  565  

:::::: The code at line 562 was first introduced by commit
:::::: 5e6bbde95982300d66d78fb282d4ee39df78fc33 f2fs: introduce mempool for {,de}compress intermediate page allocation

:::::: TO: Chao Yu <yuchao0@huawei.com>
:::::: CC: Jaegeuk Kim <jaegeuk@kernel.org>

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

                 reply	other threads:[~2021-09-12  7:05 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=202109121505.Bb04Ga1d-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.