From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [chrome-os:chromeos-5.10 54/157] drivers/net/wireless/mediatek/mt76/mt7915/init.c:203:2: error: expected expression before '}' token
Date: Thu, 15 Jul 2021 19:47:20 +0800 [thread overview]
Message-ID: <202107151914.3R11fcVT-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1691 bytes --]
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head: 4624b046123614fbe6e00807cef98d1d7eb90382
commit: 3f9a790d9b017221350793f97c01ed8df45b7579 [54/157] UPSTREAM: mt76: mt7915: support 32 station interfaces
config: x86_64-randconfig-a014-20210715 (attached as .config)
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
reproduce (this is a W=1 build):
git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
git fetch --no-tags chrome-os chromeos-5.10
git checkout 3f9a790d9b017221350793f97c01ed8df45b7579
# save the attached .config to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/net/wireless/mediatek/mt76/mt7915/init.c:203:2: error: expected expression before '}' token
203 | }, {
| ^
vim +203 drivers/net/wireless/mediatek/mt76/mt7915/init.c
192
193 static const struct ieee80211_iface_limit if_limits[] = {
194 {
195 .max = 1,
196 .types = BIT(NL80211_IFTYPE_ADHOC)
197 }, {
198 .max = 16,
199 .types = BIT(NL80211_IFTYPE_AP) |
200 #ifdef CONFIG_MAC80211_MESH
201 BIT(NL80211_IFTYPE_MESH_POINT)
202 #endif
> 203 }, {
204 .max = MT7915_MAX_INTERFACES,
205 .types = BIT(NL80211_IFTYPE_STATION)
206 }
207 };
208
---
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: 45701 bytes --]
reply other threads:[~2021-07-15 11:47 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=202107151914.3R11fcVT-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.