All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Golan Ben Ami <golan.ben.ami@intel.com>,
	Michael Golant <michael.golant@intel.com>,
	Johannes Berg <johannes.berg@intel.com>,
	"Emmanuel Grumbach" <emmanuel.grumbach@intel.com>,
	Miri Korenblit <miriam.rachel.korenblit@intel.com>
Cc: <oe-kbuild-all@lists.linux.dev>
Subject: [iwlwifi-chromeos:chromeos-6.12__release/core94-22 1/1] drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once.
Date: Mon, 20 Jan 2025 16:48:38 +0800	[thread overview]
Message-ID: <Z44N5myHawTkBDP7@rli9-mobl> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/chromeos.git chromeos-6.12__release/core94-22
head:   602e50d4b13bf636b54b213ed73465b95173dfd3
commit: 602e50d4b13bf636b54b213ed73465b95173dfd3 [1/1] CHROMIUM: iwl7000: mld: record the last signal average per station
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours ago
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)

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/r/202501200256.ruTQBqme-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once.
--
>> drivers/net/wireless/iwl7000/iwlwifi/mld/stats.c: mlo.h is included more than once.

vim +12 drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c

     8	
     9	#include "mld.h"
    10	#include "mac80211.h"
    11	#include "phy.h"
  > 12	#include "iface.h"
    13	#include "power.h"
    14	#include "sta.h"
    15	#include "agg.h"
    16	#include "scan.h"
    17	#include "d3.h"
    18	#include "tlc.h"
    19	#include "key.h"
    20	#include "ap.h"
    21	#include "tx.h"
    22	#include "roc.h"
  > 23	#include "iface.h"
    24	#include "mlo.h"
    25	#include "stats.h"
    26	#include "low_latency.h"
    27	#include "fw/api/scan.h"
    28	#include "fw/api/context.h"
    29	#include "fw/api/filter.h"
    30	#include "fw/api/sta.h"
    31	#include "fw/api/tdls.h"
    32	#ifdef CPTCFG_IWLWIFI_SUPPORT_DEBUG_OVERRIDES
    33	#include "fw/api/dhc.h"
    34	#endif
    35	#ifdef CONFIG_PM_SLEEP
    36	#include "fw/api/d3.h"
    37	#endif /* CONFIG_PM_SLEEP */
    38	#ifdef CPTCFG_IWL_VENDOR_CMDS
    39	#include "vendor-cmd.h"
    40	#endif
    41	#include "iwl-trans.h"
    42	

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


             reply	other threads:[~2025-01-20  8:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-20  8:48 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-19 18:17 [iwlwifi-chromeos:chromeos-6.12__release/core94-22 1/1] drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once 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=Z44N5myHawTkBDP7@rli9-mobl \
    --to=lkp@intel.com \
    --cc=emmanuel.grumbach@intel.com \
    --cc=golan.ben.ami@intel.com \
    --cc=johannes.berg@intel.com \
    --cc=michael.golant@intel.com \
    --cc=miriam.rachel.korenblit@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.