[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <201607160331.PgBe9MF1%fengguang.wu@intel.com>
Date: Sat, 16 Jul 2016 03:53:45 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: unlisted-recipients:; (no To-header on input)
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
tipbuild@...or.com, Ingo Molnar <mingo@...nel.org>,
Paul Gortmaker <paul.gortmaker@...driver.com>
Subject: [tip:x86/headers 6/9] arch/x86/platform/ts5500/ts5500.c:349:16:
error: expected declaration specifiers or '...' before string constant
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/headers
head: eb008eb6f8b689853d6e9f4ae3ff56ea734e4319
commit: cc3ae7b0af27118994c1e491382b253be3b762bf [6/9] x86/platform: Audit and remove any unnecessary uses of module.h
config: i386-randconfig-c0-07160258 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
git checkout cc3ae7b0af27118994c1e491382b253be3b762bf
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> arch/x86/platform/ts5500/ts5500.c:349:16: error: expected declaration specifiers or '...' before string constant
MODULE_LICENSE("GPL");
^~~~~
arch/x86/platform/ts5500/ts5500.c:350:15: error: expected declaration specifiers or '...' before string constant
MODULE_AUTHOR("Savoir-faire Linux Inc. <kernel@...oirfairelinux.com>");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/platform/ts5500/ts5500.c:351:20: error: expected declaration specifiers or '...' before string constant
MODULE_DESCRIPTION("Technologic Systems TS-5500 platform driver");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +349 arch/x86/platform/ts5500/ts5500.c
7d029125 Vivien Didelot 2013-01-04 343 error:
7d029125 Vivien Didelot 2013-01-04 344 platform_device_unregister(pdev);
7d029125 Vivien Didelot 2013-01-04 345 return err;
7d029125 Vivien Didelot 2013-01-04 346 }
7d029125 Vivien Didelot 2013-01-04 347 device_initcall(ts5500_init);
7d029125 Vivien Didelot 2013-01-04 348
7d029125 Vivien Didelot 2013-01-04 @349 MODULE_LICENSE("GPL");
7d029125 Vivien Didelot 2013-01-04 350 MODULE_AUTHOR("Savoir-faire Linux Inc. <kernel@...oirfairelinux.com>");
7d029125 Vivien Didelot 2013-01-04 351 MODULE_DESCRIPTION("Technologic Systems TS-5500 platform driver");
:::::: The code at line 349 was first introduced by commit
:::::: 7d0291256ca99cbb6124f63228003329e7a64b21 x86: Add TS-5500 platform support
:::::: TO: Vivien Didelot <vivien.didelot@...oirfairelinux.com>
:::::: CC: Ingo Molnar <mingo@...nel.org>
---
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" (26700 bytes)
Powered by blists - more mailing lists