All of lore.kernel.org
 help / color / mirror / Atom feed
* [plbossart-sound:sdw/parse-functions 10/12] include/sound/sdca.h:33:1: error: expected identifier or '(' before '{' token
@ 2024-04-18  6:23 kernel test robot
  2024-04-30  0:20 ` Pierre-Louis Bossart
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2024-04-18  6:23 UTC (permalink / raw)
  To: Pierre-Louis Bossart; +Cc: oe-kbuild-all

tree:   https://github.com/plbossart/sound sdw/parse-functions
head:   999b877354e492b6b1c8206962dcf1fd21c09f15
commit: cd24ac936a37b583771317da3d0865c6857cca92 [10/12] soundwire: add SDCA alloc/parsing
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240418/202404181451.r2KHLtwS-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240418/202404181451.r2KHLtwS-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/202404181451.r2KHLtwS-lkp@intel.com/

All error/warnings (new ones prefixed by >>):

   In file included from drivers/soundwire/bus_type.c:9:
>> include/sound/sdca.h:33:1: error: expected identifier or '(' before '{' token
      33 | {
         | ^
>> include/sound/sdca.h:32:19: warning: 'sdca_find_functions' used but never defined
      32 | static inline int sdca_find_functions(struct sdca_data *sdca);
         |                   ^~~~~~~~~~~~~~~~~~~


vim +33 include/sound/sdca.h

e02a796a482bc2 Pierre-Louis Bossart 2024-04-15  31  
d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15 @32  static inline int sdca_find_functions(struct sdca_data *sdca);
d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15 @33  {
d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15  34  	return 0;
d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15  35  }
d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15  36  

:::::: The code at line 33 was first introduced by commit
:::::: d4bcf59ba748770a8e243d7598c83e5919cf3ac4 ASoC: sdca: parse function type and controls

:::::: TO: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
:::::: CC: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [plbossart-sound:sdw/parse-functions 10/12] include/sound/sdca.h:33:1: error: expected identifier or '(' before '{' token
  2024-04-18  6:23 [plbossart-sound:sdw/parse-functions 10/12] include/sound/sdca.h:33:1: error: expected identifier or '(' before '{' token kernel test robot
@ 2024-04-30  0:20 ` Pierre-Louis Bossart
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Louis Bossart @ 2024-04-30  0:20 UTC (permalink / raw)
  To: kernel test robot; +Cc: oe-kbuild-all



On 4/18/24 01:23, kernel test robot wrote:
> tree:   https://github.com/plbossart/sound sdw/parse-functions
> head:   999b877354e492b6b1c8206962dcf1fd21c09f15
> commit: cd24ac936a37b583771317da3d0865c6857cca92 [10/12] soundwire: add SDCA alloc/parsing
> config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240418/202404181451.r2KHLtwS-lkp@intel.com/config)
> compiler: aarch64-linux-gcc (GCC) 13.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240418/202404181451.r2KHLtwS-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/202404181451.r2KHLtwS-lkp@intel.com/
> 
> All error/warnings (new ones prefixed by >>):
> 
>    In file included from drivers/soundwire/bus_type.c:9:
>>> include/sound/sdca.h:33:1: error: expected identifier or '(' before '{' token
>       33 | {
>          | ^
>>> include/sound/sdca.h:32:19: warning: 'sdca_find_functions' used but never defined
>       32 | static inline int sdca_find_functions(struct sdca_data *sdca);

fixed, thanks!

>          |                   ^~~~~~~~~~~~~~~~~~~
> 
> 
> vim +33 include/sound/sdca.h
> 
> e02a796a482bc2 Pierre-Louis Bossart 2024-04-15  31  
> d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15 @32  static inline int sdca_find_functions(struct sdca_data *sdca);
> d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15 @33  {
> d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15  34  	return 0;
> d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15  35  }
> d4bcf59ba74877 Pierre-Louis Bossart 2024-04-15  36  
> 
> :::::: The code at line 33 was first introduced by commit
> :::::: d4bcf59ba748770a8e243d7598c83e5919cf3ac4 ASoC: sdca: parse function type and controls
> 
> :::::: TO: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
> :::::: CC: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-30  0:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18  6:23 [plbossart-sound:sdw/parse-functions 10/12] include/sound/sdca.h:33:1: error: expected identifier or '(' before '{' token kernel test robot
2024-04-30  0:20 ` Pierre-Louis Bossart

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.