[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202212090320.ZbsLjqox-lkp@intel.com>
Date: Fri, 9 Dec 2022 03:38:14 +0800
From: kernel test robot <lkp@...el.com>
To: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-media@...r.kernel.org, Jonathan Corbet <corbet@....net>
Subject: drivers/clk/clk-nomadik.c:145: warning: expecting prototype for
struct clk_pll1. Prototype was for struct clk_pll instead
Hi Mauro,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 479174d402bcf60789106eedc4def3957c060bad
commit: 52042e2db45290f6a512d525518488b7bf143531 scripts: kernel-doc: validate kernel-doc markup with the actual names
date: 1 year, 11 months ago
config: arm-randconfig-r046-20221208
compiler: arm-linux-gnueabi-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=52042e2db45290f6a512d525518488b7bf143531
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 52042e2db45290f6a512d525518488b7bf143531
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/clk/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@...el.com>
All warnings (new ones prefixed by >>):
>> drivers/clk/clk-nomadik.c:145: warning: expecting prototype for struct clk_pll1. Prototype was for struct clk_pll instead
vim +145 drivers/clk/clk-nomadik.c
ea25a900f593cd Sebastian Hesselbarth 2013-09-22 136
ef6eb322ce574b Linus Walleij 2013-06-04 137 /**
ef6eb322ce574b Linus Walleij 2013-06-04 138 * struct clk_pll1 - Nomadik PLL1 clock
ef6eb322ce574b Linus Walleij 2013-06-04 139 * @hw: corresponding clock hardware entry
ef6eb322ce574b Linus Walleij 2013-06-04 140 * @id: PLL instance: 1 or 2
ef6eb322ce574b Linus Walleij 2013-06-04 141 */
ef6eb322ce574b Linus Walleij 2013-06-04 142 struct clk_pll {
ef6eb322ce574b Linus Walleij 2013-06-04 143 struct clk_hw hw;
ef6eb322ce574b Linus Walleij 2013-06-04 144 int id;
ef6eb322ce574b Linus Walleij 2013-06-04 @145 };
ef6eb322ce574b Linus Walleij 2013-06-04 146
:::::: The code at line 145 was first introduced by commit
:::::: ef6eb322ce574ba73658a677e83e5da3cfab301b clk: nomadik: implement the Nomadik clocks properly
:::::: TO: Linus Walleij <linus.walleij@...aro.org>
:::::: CC: Linus Walleij <linus.walleij@...aro.org>
--
0-DAY CI Kernel Test Service
https://01.org/lkp
View attachment "config" of type "text/plain" (154217 bytes)
Powered by blists - more mailing lists