From: Kalle Valo <kvalo@codeaurora.org>
To: Tony Chuang <yhchuang@realtek.com>
Cc: kernel test robot <lkp@intel.com>,
Kevin Yang <kevin_yang@realtek.com>,
"kbuild-all\@lists.01.org" <kbuild-all@lists.01.org>,
"linux-kernel\@vger.kernel.org" <linux-kernel@vger.kernel.org>,
linux-wireless@vger.kernel.org
Subject: Re: drivers/net/wireless/realtek/rtw88/pci.c:1477:5: warning: no previous prototype for 'rtw_pci_probe'
Date: Mon, 14 Sep 2020 10:17:13 +0300 [thread overview]
Message-ID: <874ko0rfnq.fsf@codeaurora.org> (raw)
In-Reply-To: <6463246c14a24bc989ea56d9c4443784@realtek.com> (Tony Chuang's message of "Mon, 14 Sep 2020 05:16:59 +0000")
Tony Chuang <yhchuang@realtek.com> writes:
>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head: ef2e9a563b0cd7965e2a1263125dcbb1c86aa6cc
>> commit: ba0fbe236fb8a7b992e82d6eafb03a600f5eba43 rtw88: extract: make
>> 8822c an individual kernel module
>> date: 4 months ago
>> config: i386-randconfig-r034-20200913 (attached as .config)
>> compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
>> reproduce (this is a W=1 build):
>> git checkout ba0fbe236fb8a7b992e82d6eafb03a600f5eba43
>> # save the attached .config to linux build tree
>> make W=1 ARCH=i386
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kernel test robot <lkp@intel.com>
>>
>> All warnings (new ones prefixed by >>):
>>
>> >> drivers/net/wireless/realtek/rtw88/pci.c:1477:5: warning: no previous
>> >> prototype for 'rtw_pci_probe' [-Wmissing-prototypes]
>> 1477 | int rtw_pci_probe(struct pci_dev *pdev,
>> | ^~~~~~~~~~~~~
>> >> drivers/net/wireless/realtek/rtw88/pci.c:1557:6: warning: no previous
>> >> prototype for 'rtw_pci_remove' [-Wmissing-prototypes]
>> 1557 | void rtw_pci_remove(struct pci_dev *pdev)
>> | ^~~~~~~~~~~~~~
>> >> drivers/net/wireless/realtek/rtw88/pci.c:1579:6: warning: no previous
>> >> prototype for 'rtw_pci_shutdown' [-Wmissing-prototypes]
>> 1579 | void rtw_pci_shutdown(struct pci_dev *pdev)
>> | ^~~~~~~~~~~~~~~~
>>
[...]
> Hi Kalle,
>
> The exported function is used by the following patchset.
> So this is a false alarm.
Good, thanks for checking.
--
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: kbuild-all@lists.01.org
Subject: Re: drivers/net/wireless/realtek/rtw88/pci.c:1477:5: warning: no previous prototype for 'rtw_pci_probe'
Date: Mon, 14 Sep 2020 10:17:13 +0300 [thread overview]
Message-ID: <874ko0rfnq.fsf@codeaurora.org> (raw)
In-Reply-To: <6463246c14a24bc989ea56d9c4443784@realtek.com>
[-- Attachment #1: Type: text/plain, Size: 1727 bytes --]
Tony Chuang <yhchuang@realtek.com> writes:
>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head: ef2e9a563b0cd7965e2a1263125dcbb1c86aa6cc
>> commit: ba0fbe236fb8a7b992e82d6eafb03a600f5eba43 rtw88: extract: make
>> 8822c an individual kernel module
>> date: 4 months ago
>> config: i386-randconfig-r034-20200913 (attached as .config)
>> compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
>> reproduce (this is a W=1 build):
>> git checkout ba0fbe236fb8a7b992e82d6eafb03a600f5eba43
>> # save the attached .config to linux build tree
>> make W=1 ARCH=i386
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kernel test robot <lkp@intel.com>
>>
>> All warnings (new ones prefixed by >>):
>>
>> >> drivers/net/wireless/realtek/rtw88/pci.c:1477:5: warning: no previous
>> >> prototype for 'rtw_pci_probe' [-Wmissing-prototypes]
>> 1477 | int rtw_pci_probe(struct pci_dev *pdev,
>> | ^~~~~~~~~~~~~
>> >> drivers/net/wireless/realtek/rtw88/pci.c:1557:6: warning: no previous
>> >> prototype for 'rtw_pci_remove' [-Wmissing-prototypes]
>> 1557 | void rtw_pci_remove(struct pci_dev *pdev)
>> | ^~~~~~~~~~~~~~
>> >> drivers/net/wireless/realtek/rtw88/pci.c:1579:6: warning: no previous
>> >> prototype for 'rtw_pci_shutdown' [-Wmissing-prototypes]
>> 1579 | void rtw_pci_shutdown(struct pci_dev *pdev)
>> | ^~~~~~~~~~~~~~~~
>>
[...]
> Hi Kalle,
>
> The exported function is used by the following patchset.
> So this is a false alarm.
Good, thanks for checking.
--
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2020-09-14 7:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-13 15:42 drivers/net/wireless/realtek/rtw88/pci.c:1477:5: warning: no previous prototype for 'rtw_pci_probe' kernel test robot
2020-09-13 15:42 ` kernel test robot
2020-09-14 5:16 ` Tony Chuang
2020-09-14 5:16 ` Tony Chuang
2020-09-14 7:17 ` Kalle Valo [this message]
2020-09-14 7:17 ` Kalle Valo
-- strict thread matches above, loose matches on Subject: below --
2020-07-25 10:41 kernel test robot
2020-07-25 10:41 ` kernel test robot
2020-08-27 10:46 ` Kalle Valo
2020-08-27 10:46 ` Kalle Valo
2020-08-28 2:25 ` Tony Chuang
2020-08-28 2:25 ` Tony Chuang
2020-08-28 6:01 ` Kalle Valo
2020-08-28 6:01 ` Kalle Valo
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=874ko0rfnq.fsf@codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=kbuild-all@lists.01.org \
--cc=kevin_yang@realtek.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lkp@intel.com \
--cc=yhchuang@realtek.com \
/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 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.