All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [lunn:v5.7-rc4-net-next-cable-test-tdr 3/7] include/linux/ethtool_netlink.h:64:1: error: expected identifier or '(' before '{' token
Date: Thu, 14 May 2020 01:27:00 +0800	[thread overview]
Message-ID: <202005140158.CUBr6BHR%lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2020-05-13 17:27 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=202005140158.CUBr6BHR%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.