* [vfs:work.poll-annotations 16/20] drivers/bluetooth/hci_ldisc.c:754:17: error: two or more data types in declaration specifiers
@ 2015-11-30 3:57 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-11-30 3:57 UTC (permalink / raw)
To: Al Viro; +Cc: kbuild-all, linux-fsdevel
[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.poll-annotations
head: 57e25c0e9f495cfad818eacf944f83683b7576b3
commit: e273678a6de4dbdae89adbde4c784885f07ea968 [16/20] annotate tty
config: x86_64-randconfig-x012-201548 (attached as .config)
reproduce:
git checkout e273678a6de4dbdae89adbde4c784885f07ea968
# save the attached .config to linux build tree
make ARCH=x86_64
Note: the vfs/work.poll-annotations HEAD 57e25c0e9f495cfad818eacf944f83683b7576b3 builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
>> drivers/bluetooth/hci_ldisc.c:754:17: error: two or more data types in declaration specifiers
static __poll_t int hci_uart_tty_poll(struct tty_struct *tty,
^
vim +754 drivers/bluetooth/hci_ldisc.c
748 static ssize_t hci_uart_tty_write(struct tty_struct *tty, struct file *file,
749 const unsigned char *data, size_t count)
750 {
751 return 0;
752 }
753
> 754 static __poll_t int hci_uart_tty_poll(struct tty_struct *tty,
755 struct file *filp, poll_table *wait)
756 {
757 return 0;
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 23835 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-30 3:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-30 3:57 [vfs:work.poll-annotations 16/20] drivers/bluetooth/hci_ldisc.c:754:17: error: two or more data types in declaration specifiers kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).