* [usb:usb-testing 35/52] sound/soc/soc-usb.c:105: warning: bad line:
@ 2025-02-14 16:19 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-14 16:19 UTC (permalink / raw)
To: Wesley Cheng
Cc: oe-kbuild-all, linux-usb, Greg Kroah-Hartman,
Pierre-Louis Bossart
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-14 16:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 16:19 [usb:usb-testing 35/52] sound/soc/soc-usb.c:105: warning: bad line: kernel test robot
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.