From: kernel test robot <lkp@intel.com>
To: Rob Herring <robh@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [robh:for-kernelci 53/68] drivers/regulator/act8865-regulator.c:147: warning: cannot understand function prototype: 'struct act8865_platform_data '
Date: Sat, 2 Sep 2023 11:43:19 +0800 [thread overview]
Message-ID: <202309021112.acSGC1tr-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-kernelci
head: 9ece0c059fa7600e46d8e2deecc2fa1bd86cde7e
commit: f327da53dd2f08aba1fe28957fbe8fb26e489b15 [53/68] regulator: Use device_get_match_data()
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20230902/202309021112.acSGC1tr-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230902/202309021112.acSGC1tr-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/202309021112.acSGC1tr-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/regulator/act8865-regulator.c:147: warning: cannot understand function prototype: 'struct act8865_platform_data '
--
>> drivers/regulator/max8660.c:82: warning: cannot understand function prototype: 'struct max8660_subdev_data '
>> drivers/regulator/max8660.c:94: warning: cannot understand function prototype: 'struct max8660_platform_data '
vim +147 drivers/regulator/act8865-regulator.c
141
142 /**
143 * act8865_platform_data - platform data for act8865
144 * @num_regulators: number of regulators used
145 * @regulators: pointer to regulators used
146 */
> 147 struct act8865_platform_data {
148 int num_regulators;
149 struct act8865_regulator_data *regulators;
150 };
151
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2023-09-02 3:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-02 3:43 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-02 5:35 [robh:for-kernelci 53/68] drivers/regulator/act8865-regulator.c:147: warning: cannot understand function prototype: 'struct act8865_platform_data ' kernel test robot
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=202309021112.acSGC1tr-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=robh@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 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.