From: kernel test robot <lkp@intel.com>
To: Wesley Cheng <quic_wcheng@quicinc.com>
Cc: oe-kbuild-all@lists.linux.dev, linux-usb@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [usb:usb-testing 35/52] sound/soc/soc-usb.c:105: warning: bad line:
Date: Sat, 15 Feb 2025 00:19:41 +0800 [thread overview]
Message-ID: <202502150046.UFOZ4CQw-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
head: c26f6731b8da887f1fb92d4654da57a19a266466
commit: 2ba03621a1f54cdd67274ee6e79f4b8b7559ee61 [35/52] ASoC: Add SoC USB APIs for adding an USB backend
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20250215/202502150046.UFOZ4CQw-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250215/202502150046.UFOZ4CQw-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202502150046.UFOZ4CQw-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> sound/soc/soc-usb.c:105: warning: bad line:
vim +105 sound/soc/soc-usb.c
101
102 /**
103 * snd_soc_usb_free_port() - free a SoC USB port used for offloading support
104 * @usb: allocated SoC USB port
> 105
106 * Free and remove the SoC USB port from the available list of ports. This will
107 * ensure that the communication between USB SND and ASoC is halted.
108 *
109 */
110 void snd_soc_usb_free_port(struct snd_soc_usb *usb)
111 {
112 snd_soc_usb_remove_port(usb);
113 kfree(usb);
114 }
115 EXPORT_SYMBOL_GPL(snd_soc_usb_free_port);
116
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-02-14 16:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202502150046.UFOZ4CQw-lkp@intel.com \
--to=lkp@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=quic_wcheng@quicinc.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.