linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Bart Van Assche <bvanassche@acm.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [bvanassche:scsi-for-next 1/2] drivers/ata/ata_piix.c:1098:2: error: incompatible types when initializing type 'const struct attribute_group *' using type 'const struct attribute_group'
Date: Fri, 1 Oct 2021 20:50:58 +0800	[thread overview]
Message-ID: <202110012050.jNXVcWXv-lkp@intel.com> (raw)

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

tree:   https://github.com/bvanassche/linux scsi-for-next
head:   3d4f1af1fe85f0f2cc435ea177d25f9bad454965
commit: 983ecfd3c8e1418e0bd073bac176b8065ec619fd [1/2] scsi: Register SCSI host sysfs attributes earlier
config: x86_64-randconfig-r036-20211001 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/bvanassche/linux/commit/983ecfd3c8e1418e0bd073bac176b8065ec619fd
        git remote add bvanassche https://github.com/bvanassche/linux
        git fetch --no-tags bvanassche scsi-for-next
        git checkout 983ecfd3c8e1418e0bd073bac176b8065ec619fd
        # 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 errors (new ones prefixed by >>):

>> drivers/ata/ata_piix.c:1098:2: error: incompatible types when initializing type 'const struct attribute_group *' using type 'const struct attribute_group'
    1098 |  piix_sidpr_shost_attr_group,
         |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +1098 drivers/ata/ata_piix.c

  1096	
  1097	static const struct attribute_group *piix_sidpr_shost_attr_groups[] = {
> 1098		piix_sidpr_shost_attr_group,
  1099		NULL
  1100	};
  1101	

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

                 reply	other threads:[~2021-10-01 12: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=202110012050.jNXVcWXv-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bvanassche@acm.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).