All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-5.10 54/157] drivers/net/wireless/mediatek/mt76/mt7915/init.c:203:2: error: expected expression before '}' token
@ 2021-07-15 11:47 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-15 11:47 UTC (permalink / raw)
  To: kbuild-all

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

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

only message in thread, other threads:[~2021-07-15 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-15 11:47 [chrome-os:chromeos-5.10 54/157] drivers/net/wireless/mediatek/mt76/mt7915/init.c:203:2: error: expected expression before '}' token 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.