All of lore.kernel.org
 help / color / mirror / Atom feed
* [arm:zii 49/94] drivers/net/dsa/mv88e6xxx/global2_scratch.c:301: warning: expecting prototype for mv88e6352_g2_scratch_get_serdes_port(). Prototype was for mv88e6352_g2_scratch_port_has_serdes() instead
@ 2021-10-25 18:49 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-25 18:49 UTC (permalink / raw)
  To: Russell King (Oracle); +Cc: kbuild-all, linux-arm-kernel

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

tree:   git://git.armlinux.org.uk/~rmk/linux-arm.git zii
head:   235aafafbc4ad145db5575eda7b38c1031b131b4
commit: a4f08dcbd56b2f9020e22f9970bc7ccbcee486a8 [49/94] net: dsa: mv88e6xxx: add mv88e6352_g2_scratch_port_has_serdes()
config: powerpc-allyesconfig (attached as .config)
compiler: powerpc-linux-gcc (GCC) 11.2.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
        git remote add arm git://git.armlinux.org.uk/~rmk/linux-arm.git
        git fetch --no-tags arm zii
        git checkout a4f08dcbd56b2f9020e22f9970bc7ccbcee486a8
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash drivers/net/dsa/mv88e6xxx/

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

All warnings (new ones prefixed by >>):

>> drivers/net/dsa/mv88e6xxx/global2_scratch.c:301: warning: expecting prototype for mv88e6352_g2_scratch_get_serdes_port(). Prototype was for mv88e6352_g2_scratch_port_has_serdes() instead


vim +301 drivers/net/dsa/mv88e6xxx/global2_scratch.c

   292	
   293	/**
   294	 * mv88e6352_g2_scratch_get_serdes_port - get port number associated with serdes
   295	 * @chip: chip private data
   296	 * @port: pointer to u8 for port number
   297	 *
   298	 * Retrieve the serdes configuration for the chip.
   299	 */
   300	int mv88e6352_g2_scratch_port_has_serdes(struct mv88e6xxx_chip *chip, int port)
 > 301	{

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

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [arm:zii 49/94] drivers/net/dsa/mv88e6xxx/global2_scratch.c:301: warning: expecting prototype for mv88e6352_g2_scratch_get_serdes_port(). Prototype was for mv88e6352_g2_scratch_port_has_serdes() instead
@ 2021-10-25 18:49 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-25 18:49 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://git.armlinux.org.uk/~rmk/linux-arm.git zii
head:   235aafafbc4ad145db5575eda7b38c1031b131b4
commit: a4f08dcbd56b2f9020e22f9970bc7ccbcee486a8 [49/94] net: dsa: mv88e6xxx: add mv88e6352_g2_scratch_port_has_serdes()
config: powerpc-allyesconfig (attached as .config)
compiler: powerpc-linux-gcc (GCC) 11.2.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
        git remote add arm git://git.armlinux.org.uk/~rmk/linux-arm.git
        git fetch --no-tags arm zii
        git checkout a4f08dcbd56b2f9020e22f9970bc7ccbcee486a8
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash drivers/net/dsa/mv88e6xxx/

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

All warnings (new ones prefixed by >>):

>> drivers/net/dsa/mv88e6xxx/global2_scratch.c:301: warning: expecting prototype for mv88e6352_g2_scratch_get_serdes_port(). Prototype was for mv88e6352_g2_scratch_port_has_serdes() instead


vim +301 drivers/net/dsa/mv88e6xxx/global2_scratch.c

   292	
   293	/**
   294	 * mv88e6352_g2_scratch_get_serdes_port - get port number associated with serdes
   295	 * @chip: chip private data
   296	 * @port: pointer to u8 for port number
   297	 *
   298	 * Retrieve the serdes configuration for the chip.
   299	 */
   300	int mv88e6352_g2_scratch_port_has_serdes(struct mv88e6xxx_chip *chip, int port)
 > 301	{

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-25 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 18:49 [arm:zii 49/94] drivers/net/dsa/mv88e6xxx/global2_scratch.c:301: warning: expecting prototype for mv88e6352_g2_scratch_get_serdes_port(). Prototype was for mv88e6352_g2_scratch_port_has_serdes() instead kernel test robot
2021-10-25 18:49 ` kernel test robot

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.