All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "rasheed.hsueh" <rasheed.hsueh@lcfc.corp-partner.google.com>
Cc: oe-kbuild-all@lists.linux.dev, Hans Verkuil <hverkuil@xs4all.nl>
Subject: [hverkuil-media-tree:for-v6.7b 14/14] drivers/media/cec/platform/cros-ec/cros-ec-cec.c:297:59: warning: missing braces around initializer
Date: Thu, 24 Aug 2023 07:03:44 +0800	[thread overview]
Message-ID: <202308240758.VCiD5k3B-lkp@intel.com> (raw)

tree:   git://linuxtv.org/hverkuil/media_tree.git for-v6.7b
head:   421366e7841cb29e7050575e0ec21c99028b7fea
commit: 421366e7841cb29e7050575e0ec21c99028b7fea [14/14] media: platform: cros-ec: Add Boxy to the match table
config: loongarch-allmodconfig (https://download.01.org/0day-ci/archive/20230824/202308240758.VCiD5k3B-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230824/202308240758.VCiD5k3B-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/202308240758.VCiD5k3B-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/media/cec/platform/cros-ec/cros-ec-cec.c:297:59: warning: missing braces around initializer [-Wmissing-braces]
     297 | static const struct cec_dmi_match cec_dmi_match_table[] = {
         |                                                           ^
   ......
     319 |         { "Google", "Boxy", "0000:00:02.0", "Port D" },
         |                                             {        }
>> drivers/media/cec/platform/cros-ec/cros-ec-cec.c:297:59: warning: missing braces around initializer [-Wmissing-braces]
     297 | static const struct cec_dmi_match cec_dmi_match_table[] = {
         |                                                           ^
   ......
     319 |         { "Google", "Boxy", "0000:00:02.0", "Port D" },
         |                                             {        }


vim +297 drivers/media/cec/platform/cros-ec/cros-ec-cec.c

cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong   2018-07-04  296  
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong   2018-07-04 @297  static const struct cec_dmi_match cec_dmi_match_table[] = {
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong   2018-07-04  298  	/* Google Fizz */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  299  	{ "Google", "Fizz", "0000:00:02.0", { "Port B" } },
97733180fafbeb drivers/media/cec/platform/cros-ec/cros-ec-cec.c Zhuohao Lee      2021-12-21  300  	/* Google Brask */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  301  	{ "Google", "Brask", "0000:00:02.0", { "Port B" } },
a1a9b71ebd6582 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Scott Chao       2022-05-20  302  	/* Google Moli */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  303  	{ "Google", "Moli", "0000:00:02.0", { "Port B" } },
f5d48ba2cae20c drivers/media/cec/platform/cros-ec/cros-ec-cec.c Ajye Huang       2022-06-10  304  	/* Google Kinox */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  305  	{ "Google", "Kinox", "0000:00:02.0", { "Port B" } },
594b6bdde2e783 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Rory Liu         2022-09-06  306  	/* Google Kuldax */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  307  	{ "Google", "Kuldax", "0000:00:02.0", { "Port B" } },
46ff24efe04ac9 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Zoey Wu          2023-02-23  308  	/* Google Aurash */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  309  	{ "Google", "Aurash", "0000:00:02.0", { "Port B" } },
6f8cdfdf1c2cc7 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Kevin Chiu       2023-03-07  310  	/* Google Gladios */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  311  	{ "Google", "Gladios", "0000:00:02.0", { "Port B" } },
6f8cdfdf1c2cc7 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Kevin Chiu       2023-03-07  312  	/* Google Lisbon */
30e1350175c343 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  313  	{ "Google", "Lisbon", "0000:00:02.0", { "Port B" } },
f437892f1507d6 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  314  	/* Google Dibbi */
f437892f1507d6 drivers/media/cec/platform/cros-ec/cros-ec-cec.c Reka Norman      2023-08-14  315  	{ "Google", "Dibbi", "0000:00:02.0", { "Port D", "Port B" } },
635a0f2b093bea drivers/media/cec/platform/cros-ec/cros-ec-cec.c Stefan Adolfsson 2023-08-16  316  	/* Google Constitution */
635a0f2b093bea drivers/media/cec/platform/cros-ec/cros-ec-cec.c Stefan Adolfsson 2023-08-16  317  	{ "Google", "Constitution", "0000:00:02.0", { "Port B", "Port A" } },
421366e7841cb2 drivers/media/cec/platform/cros-ec/cros-ec-cec.c rasheed.hsueh    2023-08-18  318  	/* Google Boxy */
421366e7841cb2 drivers/media/cec/platform/cros-ec/cros-ec-cec.c rasheed.hsueh    2023-08-18  319  	{ "Google", "Boxy", "0000:00:02.0", "Port D" },
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong   2018-07-04  320  };
cd70de2d356ee6 drivers/media/platform/cros-ec-cec/cros-ec-cec.c Neil Armstrong   2018-07-04  321  

:::::: The code at line 297 was first introduced by commit
:::::: cd70de2d356ee692477276bd5d6bc88c71a48733 media: platform: Add ChromeOS EC CEC driver

:::::: TO: Neil Armstrong <narmstrong@baylibre.com>
:::::: CC: Lee Jones <lee.jones@linaro.org>

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

                 reply	other threads:[~2023-08-23 23:04 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=202308240758.VCiD5k3B-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=hverkuil@xs4all.nl \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=rasheed.hsueh@lcfc.corp-partner.google.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 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.