From: kbuild test robot <lkp@intel.com>
To: Alan <gnomes@lxorguk.ukuu.org.uk>
Cc: kbuild-all@01.org, netdev@vger.kernel.org
Subject: Re: [PATCH] af_llc: fix types on llc_ui_wait_for_conn
Date: Tue, 16 Feb 2016 03:21:50 +0800 [thread overview]
Message-ID: <201602160339.O4oWSfZz%fengguang.wu@intel.com> (raw)
In-Reply-To: <20160215190200.11338.84808.stgit@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]
Hi Alan,
[auto build test ERROR on net-next/master]
[also build test ERROR on v4.5-rc4 next-20160215]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Alan/af_llc-fix-types-on-llc_ui_wait_for_conn/20160216-030508
config: x86_64-randconfig-x019-201607 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All error/warnings (new ones prefixed by >>):
>> net/llc/af_llc.c:554:13: error: conflicting types for 'llc_ui_wait_for_conn'
static long llc_ui_wait_for_conn(struct sock *sk, long timeout)
^
net/llc/af_llc.c:41:12: note: previous declaration of 'llc_ui_wait_for_conn' was here
static int llc_ui_wait_for_conn(struct sock *sk, long timeout);
^
>> net/llc/af_llc.c:41:12: warning: 'llc_ui_wait_for_conn' used but never defined
net/llc/af_llc.c:554:13: warning: 'llc_ui_wait_for_conn' defined but not used [-Wunused-function]
static long llc_ui_wait_for_conn(struct sock *sk, long timeout)
^
vim +/llc_ui_wait_for_conn +554 net/llc/af_llc.c
548 rc = 0;
549 }
550 finish_wait(sk_sleep(sk), &wait);
551 return rc;
552 }
553
> 554 static long llc_ui_wait_for_conn(struct sock *sk, long timeout)
555 {
556 DEFINE_WAIT(wait);
557
---
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: 23579 bytes --]
prev parent reply other threads:[~2016-02-15 19:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 19:02 [PATCH] af_llc: fix types on llc_ui_wait_for_conn Alan
2016-02-15 19:21 ` kbuild test robot [this message]
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=201602160339.O4oWSfZz%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=gnomes@lxorguk.ukuu.org.uk \
--cc=kbuild-all@01.org \
--cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox