All of lore.kernel.org
 help / color / mirror / Atom feed
* [lunn:v5.7-rc4-net-next-cable-test-tdr 3/7] include/linux/ethtool_netlink.h:64:1: error: expected identifier or '(' before '{' token
@ 2020-05-13 17:27 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-13 17:27 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/lunn/linux.git v5.7-rc4-net-next-cable-test-tdr
head:   53c1ec2fa62252d289cd0e9fa711c2f49a3ecf71
commit: cef86bd8dfcd394e8882e4005f8cd3244e775b14 [3/7] net: ethtool: Add helpers for cable test TDR data
config: openrisc-randconfig-r026-20200513 (attached as .config)
compiler: or1k-linux-gcc (GCC) 9.3.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout cef86bd8dfcd394e8882e4005f8cd3244e775b14
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=openrisc 

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

All errors (new ones prefixed by >>):

In file included from net/ethtool/ioctl.c:29:
>> include/linux/ethtool_netlink.h:64:1: error: expected identifier or '(' before '{' token
64 | {
| ^
include/linux/ethtool_netlink.h:62:19: warning: 'ethnl_cable_test_step' declared 'static' but never defined [-Wunused-function]
62 | static inline int ethnl_cable_test_step(struct phy_device *phydev, u32 first,
|                   ^~~~~~~~~~~~~~~~~~~~~

vim +64 include/linux/ethtool_netlink.h

    57	
    58	static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV)
    59	{
    60		return -EOPNOTSUPP;
    61	}
    62	static inline int ethnl_cable_test_step(struct phy_device *phydev, u32 first,
    63						u32 last, u32 step);
  > 64	{

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-13 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 17:27 [lunn:v5.7-rc4-net-next-cable-test-tdr 3/7] include/linux/ethtool_netlink.h:64:1: error: expected identifier or '(' before '{' token kbuild 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.