public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: wangweidong.a@awinic.com, lgirdwood@gmail.com,
	broonie@kernel.org, perex@perex.cz, tiwai@suse.com,
	cy_huang@richtek.com, ivprusov@salutedevices.com,
	zhoubinbin@loongson.cn, zhangyi@everest-semi.com,
	jack.yu@realtek.com, shenghao-ding@ti.com,
	rf@opensource.cirrus.com, git@apitzsch.eu, nuno.sa@analog.com,
	colin.i.king@gmail.com, thorsten.blum@linux.dev,
	yesanishhere@gmail.com, ebiggers@google.com, ardb@kernel.org,
	zhujun2@cmss.chinamobile.com, linux-kernel@vger.kernel.org,
	linux-sound@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH V1 2/7] ASoC: codecs: Rework the aw88395 driver
Date: Sat, 27 Sep 2025 17:40:16 +0800	[thread overview]
Message-ID: <202509271749.upX9Qa9f-lkp@intel.com> (raw)
In-Reply-To: <20250926102037.27697-3-wangweidong.a@awinic.com>

Hi,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 4ff71af020ae59ae2d83b174646fc2ad9fcd4dc4]

url:    https://github.com/intel-lab-lkp/linux/commits/wangweidong-a-awinic-com/ASoC-codecs-Rework-the-awinic-driver-lib/20250926-183836
base:   4ff71af020ae59ae2d83b174646fc2ad9fcd4dc4
patch link:    https://lore.kernel.org/r/20250926102037.27697-3-wangweidong.a%40awinic.com
patch subject: [PATCH V1 2/7] ASoC: codecs: Rework the aw88395 driver
config: csky-randconfig-001-20250927 (https://download.01.org/0day-ci/archive/20250927/202509271749.upX9Qa9f-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250927/202509271749.upX9Qa9f-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/202509271749.upX9Qa9f-lkp@intel.com/

All warnings (new ones prefixed by >>):

   In file included from sound/soc/codecs/aw88395.c:16:
>> sound/soc/codecs/aw88395.h:10: warning: header guard '__AW88395_H__' followed by '#define' of a different macro [-Wheader-guard]
      10 | #ifndef __AW88395_H__
   sound/soc/codecs/aw88395.h:11: note: '__AW88395_H___' is defined here; did you mean '__AW88395_H__'?
      11 | #define __AW88395_H___


vim +10 sound/soc/codecs/aw88395.h

     9	
  > 10	#ifndef __AW88395_H__
    11	#define __AW88395_H___
    12	

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

  reply	other threads:[~2025-09-27  9:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-26 10:20 [PATCH V1 0/7] Rework the awinic driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 1/7] ASoC: codecs:Rework the awinic driver lib wangweidong.a
2025-09-26 10:20 ` [PATCH V1 2/7] ASoC: codecs: Rework the aw88395 driver wangweidong.a
2025-09-27  9:40   ` kernel test robot [this message]
2025-09-26 10:20 ` [PATCH V1 3/7] ASoC: codecs: Rework the aw87390 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 4/7] ASoC: codecs: Rework the aw88081 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 5/7] ASoC: codecs: Rework the aw88166 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 6/7] ASoC: codecs: Rework the aw88261 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 7/7] ASoC: codecs: Rework the aw88399 driver wangweidong.a
2025-09-27 12:47   ` kernel test robot

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=202509271749.upX9Qa9f-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=ardb@kernel.org \
    --cc=broonie@kernel.org \
    --cc=colin.i.king@gmail.com \
    --cc=cy_huang@richtek.com \
    --cc=ebiggers@google.com \
    --cc=git@apitzsch.eu \
    --cc=ivprusov@salutedevices.com \
    --cc=jack.yu@realtek.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=perex@perex.cz \
    --cc=rf@opensource.cirrus.com \
    --cc=shenghao-ding@ti.com \
    --cc=thorsten.blum@linux.dev \
    --cc=tiwai@suse.com \
    --cc=wangweidong.a@awinic.com \
    --cc=yesanishhere@gmail.com \
    --cc=zhangyi@everest-semi.com \
    --cc=zhoubinbin@loongson.cn \
    --cc=zhujun2@cmss.chinamobile.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