lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 7 Nov 2015 21:55:54 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Peter Robinson <pbrobinson@...il.com>
Cc:	kbuild-all@...org, Lee Jones <lee.jones@...aro.org>,
	patches@...nsource.wolfsonmicro.com, linux-kernel@...r.kernel.org,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Peter Robinson <pbrobinson@...il.com>, stable@...r.kernel.org
Subject: Re: [PATCH] mfd: wm8994: Add module description/author/license
 information

Hi Peter,

[auto build test ERROR on: ljones-mfd/for-mfd-next]
[also build test ERROR on: v4.3 next-20151106]

url:    https://github.com/0day-ci/linux/commits/Peter-Robinson/mfd-wm8994-Add-module-description-author-license-information/20151107-203151
base:   https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: x86_64-randconfig-i0-11072104 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/mfd/wm8994-regmap.c:1293:20: error: expected declaration specifiers or '...' before string constant
    MODULE_DESCRIPTION("WM8994 Register mapping data");
                       ^
   drivers/mfd/wm8994-regmap.c:1294:15: error: expected declaration specifiers or '...' before string constant
    MODULE_AUTHOR("Mark Brown <broonie@...nsource.wolfsonmicro.com>");
                  ^
   drivers/mfd/wm8994-regmap.c:1295:16: error: expected declaration specifiers or '...' before string constant
    MODULE_LICENSE("GPL v2");
                   ^
   drivers/mfd/wm8994-regmap.c:1296:14: error: expected declaration specifiers or '...' before string constant
    MODULE_ALIAS("platform:wm8994-regmap");
                 ^

vim +1293 drivers/mfd/wm8994-regmap.c

  1287	struct regmap_config wm8994_base_regmap_config = {
  1288		.reg_bits = 16,
  1289		.val_bits = 16,
  1290	};
  1291	EXPORT_SYMBOL(wm8994_base_regmap_config);
  1292	
> 1293	MODULE_DESCRIPTION("WM8994 Register mapping data");
  1294	MODULE_AUTHOR("Mark Brown <broonie@...nsource.wolfsonmicro.com>");
  1295	MODULE_LICENSE("GPL v2");
  1296	MODULE_ALIAS("platform:wm8994-regmap");

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (18321 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ