public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Cezary Rojewski <cezary.rojewski@intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	"Mark Brown" <broonie@kernel.org>,
	"Amadeusz Sławiński" <amadeuszx.slawinski@linux.intel.com>
Subject: [broonie-ci:v2_20220509_cezary_rojewski_asoc_intel_avs_driver_core_and_pcm_operations 173/174] sound/soc/intel/avs/trace.c:19:6: error: redefinition of 'trace_avs_msg_payload'
Date: Wed, 18 May 2022 08:23:16 +0800	[thread overview]
Message-ID: <202205180850.lKsZGoOE-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git v2_20220509_cezary_rojewski_asoc_intel_avs_driver_core_and_pcm_operations
head:   2629dade5628ba54905160bd1898278223458fd3
commit: a76300c1425077cd9eeadf30353ed1794717a135 [173/174] ASoC: Intel: avs: Event tracing
config: alpha-randconfig-r036-20220516 (https://download.01.org/0day-ci/archive/20220518/202205180850.lKsZGoOE-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 11.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
        # https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git/commit/?id=a76300c1425077cd9eeadf30353ed1794717a135
        git remote add broonie-ci https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git
        git fetch --no-tags broonie-ci v2_20220509_cezary_rojewski_asoc_intel_avs_driver_core_and_pcm_operations
        git checkout a76300c1425077cd9eeadf30353ed1794717a135
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=alpha SHELL=/bin/bash sound/soc/intel/avs/

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

All errors (new ones prefixed by >>):

>> sound/soc/intel/avs/trace.c:19:6: error: redefinition of 'trace_avs_msg_payload'
      19 | void trace_avs_msg_payload(const void *data, size_t size)
         |      ^~~~~~~~~~~~~~~~~~~~~
   In file included from sound/soc/intel/avs/trace.c:12:
   sound/soc/intel/avs/trace.h:41:20: note: previous definition of 'trace_avs_msg_payload' with type 'void(const void *, size_t)' {aka 'void(const void *, long unsigned int)'}
      41 | static inline void trace_avs_msg_payload(const void *data, size_t size) {};
         |                    ^~~~~~~~~~~~~~~~~~~~~


vim +/trace_avs_msg_payload +19 sound/soc/intel/avs/trace.c

    13	
    14	#define BYTES_PER_LINE 16
    15	#define MAX_CHUNK_SIZE ((PAGE_SIZE - 150) /* Place for trace header */	\
    16				/ (2 * BYTES_PER_LINE + 4) /* chars per line */	\
    17				* BYTES_PER_LINE)
    18	
  > 19	void trace_avs_msg_payload(const void *data, size_t size)

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-05-18  0:24 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=202205180850.lKsZGoOE-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=amadeuszx.slawinski@linux.intel.com \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    /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