Linux bluetooth development
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Kiran K <kiran.k@intel.com>, linux-bluetooth@vger.kernel.org
Cc: kbuild-all@lists.01.org, ravishankar.srivatsa@intel.com,
	Chethan T N <chethan.tumkur.narayan@intel.com>,
	Ps@vger.kernel.org, AyappadasX <AyappadasX.Ps@intel.com>,
	Kiran K <kiran.k@intel.com>
Subject: Re: [PATCH 2/2] Bluetooth : Load debug config based on the debug support
Date: Tue, 2 Jun 2020 21:03:23 +0800	[thread overview]
Message-ID: <202006022052.BQPBwb1l%lkp@intel.com> (raw)
In-Reply-To: <20200602050752.7470-2-kiran.k@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2556 bytes --]

Hi Kiran,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on bluetooth-next/master]
[also build test ERROR on next-20200529]
[cannot apply to v5.7]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Kiran-K/Bluetooth-Add-support-to-Intel-read-supported-feature/20200602-131028
base:   https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>, old ones prefixed by <<):

In file included from drivers/bluetooth/hci_ldisc.c:34:
>> drivers/bluetooth/btintel.h:206:1: error: expected identifier or '(' before '{' token
206 | {
| ^
drivers/bluetooth/btintel.h:203:12: warning: 'btintel_load_debug_config_based_on_supported_features' declared 'static' but never defined [-Wunused-function]
203 | static int btintel_load_debug_config_based_on_supported_features(
|            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/bluetooth/btintel.h:198:12: warning: 'btintel_read_supported_features' defined but not used [-Wunused-function]
198 | static int btintel_read_supported_features(struct hci_dev *hdev,
|            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

vim +206 drivers/bluetooth/btintel.h

   194	
   195	static inline void btintel_reset_to_bootloader(struct hci_dev *hdev)
   196	{
   197	}
   198	static int btintel_read_supported_features(struct hci_dev *hdev,
   199			struct intel_supported_features *supported_features)
   200	{
   201		return -EOPNOTSUPP;
   202	}
   203	static int btintel_load_debug_config_based_on_supported_features(
   204		struct hci_dev *hdev,
   205		const struct intel_supported_features *supported_features);
 > 206	{
   207		return -EOPNOTSUPP;
   208	}
   209	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 51941 bytes --]

      reply	other threads:[~2020-06-02 13:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02  5:07 [PATCH 1/2] Bluetooth: Add support to Intel read supported feature Kiran K
2020-06-02  5:07 ` [PATCH 2/2] Bluetooth : Load debug config based on the debug support Kiran K
2020-06-02 13:03   ` 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=202006022052.BQPBwb1l%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=AyappadasX.Ps@intel.com \
    --cc=Ps@vger.kernel.org \
    --cc=chethan.tumkur.narayan@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=kiran.k@intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=ravishankar.srivatsa@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox