From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [chrome-os:chromeos-5.10 30/79] drivers/net/wireless/mediatek/mt76/mt7915/init.c:203:2: error: expected expression before '}' token
Date: Wed, 21 Jul 2021 17:43:52 +0800 [thread overview]
Message-ID: <202107211745.PMXV2RH7-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2887 bytes --]
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head: f7114672862c1546f060d6e73967a96a04ea5b87
commit: 4f5bd8c5c16326112da32e55748d7d896c8a8b37 [30/79] Revert "BACKPORT: mt76: mt7915: fix MESH ifdef block"
config: arm-buildonly-randconfig-r002-20210720 (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 10.3.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 chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
git fetch --no-tags chrome-os chromeos-5.10
git checkout 4f5bd8c5c16326112da32e55748d7d896c8a8b37
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash drivers/net/wireless/mediatek/mt76/mt7615/ drivers/net/wireless/mediatek/mt76/mt7915/
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
e57b7901469fc0 Ryder Lee 2020-04-25 192
e57b7901469fc0 Ryder Lee 2020-04-25 193 static const struct ieee80211_iface_limit if_limits[] = {
e57b7901469fc0 Ryder Lee 2020-04-25 194 {
e57b7901469fc0 Ryder Lee 2020-04-25 195 .max = 1,
e57b7901469fc0 Ryder Lee 2020-04-25 196 .types = BIT(NL80211_IFTYPE_ADHOC)
e57b7901469fc0 Ryder Lee 2020-04-25 197 }, {
3f9a790d9b0172 Felix Fietkau 2020-09-26 198 .max = 16,
4f5bd8c5c16326 Sean Wang 2021-07-19 199 .types = BIT(NL80211_IFTYPE_AP) |
e57b7901469fc0 Ryder Lee 2020-04-25 200 #ifdef CONFIG_MAC80211_MESH
4f5bd8c5c16326 Sean Wang 2021-07-19 201 BIT(NL80211_IFTYPE_MESH_POINT)
e57b7901469fc0 Ryder Lee 2020-04-25 202 #endif
3f9a790d9b0172 Felix Fietkau 2020-09-26 @203 }, {
3f9a790d9b0172 Felix Fietkau 2020-09-26 204 .max = MT7915_MAX_INTERFACES,
3f9a790d9b0172 Felix Fietkau 2020-09-26 205 .types = BIT(NL80211_IFTYPE_STATION)
e57b7901469fc0 Ryder Lee 2020-04-25 206 }
e57b7901469fc0 Ryder Lee 2020-04-25 207 };
e57b7901469fc0 Ryder Lee 2020-04-25 208
:::::: The code at line 203 was first introduced by commit
:::::: 3f9a790d9b017221350793f97c01ed8df45b7579 UPSTREAM: mt76: mt7915: support 32 station interfaces
:::::: TO: Felix Fietkau <nbd@nbd.name>
:::::: CC: Commit Bot <commit-bot@chromium.org>
---
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: 40871 bytes --]
reply other threads:[~2021-07-21 9:43 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=202107211745.PMXV2RH7-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.