All of lore.kernel.org
 help / color / mirror / Atom feed
* [t-kristo-pm:usi-5.16-rfc-v2-bpf 24/30] drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax
@ 2021-11-28 19:07 kernel test robot
  2021-12-07  8:43   ` kernel test robot
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2021-11-28 19:07 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 2510 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Mika Westerberg <mika.westerberg@linux.intel.com>
CC: Tero Kristo <tero.kristo@linux.intel.com>

tree:   https://github.com/t-kristo/linux-pm usi-5.16-rfc-v2-bpf
head:   241207b4769fca049dfcc4dbde0bda92e4f67027
commit: f6d52d17b96916ae3e76774b1aec80d638dbf46c [24/30] HID: debug: Add USI usages
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: riscv-randconfig-s032-20211128 (https://download.01.org/0day-ci/archive/20211129/202111290200.V12OhjgD-lkp(a)intel.com/config)
compiler: riscv32-linux-gcc (GCC) 11.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # apt-get install sparse
        # sparse version: v0.6.4-dirty
        # https://github.com/t-kristo/linux-pm/commit/f6d52d17b96916ae3e76774b1aec80d638dbf46c
        git remote add t-kristo-pm https://github.com/t-kristo/linux-pm
        git fetch --no-tags t-kristo-pm usi-5.16-rfc-v2-bpf
        git checkout f6d52d17b96916ae3e76774b1aec80d638dbf46c
        # save the config file to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=riscv SHELL=/bin/bash drivers/hid/

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


sparse warnings: (new ones prefixed by >>)
>> drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax

vim +1029 drivers/hid/hid-debug.c

c080d89ad91e98 Jiri Kosina     2007-01-25  1025  
0ce1ac3b3ca0f4 Joe Perches     2007-09-26  1026  static const char *misc[MSC_MAX + 1] = {
c080d89ad91e98 Jiri Kosina     2007-01-25  1027  	[MSC_SERIAL] = "Serial",	[MSC_PULSELED] = "Pulseled",
f6d52d17b96916 Mika Westerberg 2021-01-22  1028  	[MSC_GESTURE] = "Gesture",	[MSC_RAW] = "RawData",
f6d52d17b96916 Mika Westerberg 2021-01-22 @1029  	[MSC_PEN_ID] = "PenID",		[MSC_PEN_COLOR] "PenColor",
f6d52d17b96916 Mika Westerberg 2021-01-22  1030  	[MSC_PEN_LINE_WIDTH] = "PenLineWidth",
f6d52d17b96916 Mika Westerberg 2021-01-22  1031  	[MSC_PEN_LINE_STYLE] = "PenLineStyle",
c080d89ad91e98 Jiri Kosina     2007-01-25  1032  };
c080d89ad91e98 Jiri Kosina     2007-01-25  1033  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

* [t-kristo-pm:usi-5.16-rfc-v2-bpf 24/30] drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax
  2021-11-28 19:07 [t-kristo-pm:usi-5.16-rfc-v2-bpf 24/30] drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax kernel test robot
@ 2021-12-07  8:43   ` kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-12-07  8:43 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: kbuild-all, Linux Kernel Mailing List, Tero Kristo

tree:   https://github.com/t-kristo/linux-pm usi-5.16-rfc-v2-bpf
head:   241207b4769fca049dfcc4dbde0bda92e4f67027
commit: f6d52d17b96916ae3e76774b1aec80d638dbf46c [24/30] HID: debug: Add USI usages
config: riscv-randconfig-s032-20211128 (https://download.01.org/0day-ci/archive/20211129/202111290200.V12OhjgD-lkp@intel.com/config)
compiler: riscv32-linux-gcc (GCC) 11.2.0
reproduce:
         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
         chmod +x ~/bin/make.cross
         # apt-get install sparse
         # sparse version: v0.6.4-dirty
         # https://github.com/t-kristo/linux-pm/commit/f6d52d17b96916ae3e76774b1aec80d638dbf46c
         git remote add t-kristo-pm https://github.com/t-kristo/linux-pm
         git fetch --no-tags t-kristo-pm usi-5.16-rfc-v2-bpf
         git checkout f6d52d17b96916ae3e76774b1aec80d638dbf46c
         # save the config file to linux build tree
         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=riscv SHELL=/bin/bash drivers/hid/

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


sparse warnings: (new ones prefixed by >>)
 >> drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax

vim +1029 drivers/hid/hid-debug.c

c080d89ad91e98 Jiri Kosina     2007-01-25  1025
0ce1ac3b3ca0f4 Joe Perches     2007-09-26  1026  static const char *misc[MSC_MAX + 1] = {
c080d89ad91e98 Jiri Kosina     2007-01-25  1027  	[MSC_SERIAL] = "Serial",	[MSC_PULSELED] = "Pulseled",
f6d52d17b96916 Mika Westerberg 2021-01-22  1028  	[MSC_GESTURE] = "Gesture",	[MSC_RAW] = "RawData",
f6d52d17b96916 Mika Westerberg 2021-01-22 @1029  	[MSC_PEN_ID] = "PenID",		[MSC_PEN_COLOR] "PenColor",
f6d52d17b96916 Mika Westerberg 2021-01-22  1030  	[MSC_PEN_LINE_WIDTH] = "PenLineWidth",
f6d52d17b96916 Mika Westerberg 2021-01-22  1031  	[MSC_PEN_LINE_STYLE] = "PenLineStyle",
c080d89ad91e98 Jiri Kosina     2007-01-25  1032  };
c080d89ad91e98 Jiri Kosina     2007-01-25  1033

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

* [t-kristo-pm:usi-5.16-rfc-v2-bpf 24/30] drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax
@ 2021-12-07  8:43   ` kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-12-07  8:43 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2282 bytes --]

tree:   https://github.com/t-kristo/linux-pm usi-5.16-rfc-v2-bpf
head:   241207b4769fca049dfcc4dbde0bda92e4f67027
commit: f6d52d17b96916ae3e76774b1aec80d638dbf46c [24/30] HID: debug: Add USI usages
config: riscv-randconfig-s032-20211128 (https://download.01.org/0day-ci/archive/20211129/202111290200.V12OhjgD-lkp(a)intel.com/config)
compiler: riscv32-linux-gcc (GCC) 11.2.0
reproduce:
         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
         chmod +x ~/bin/make.cross
         # apt-get install sparse
         # sparse version: v0.6.4-dirty
         # https://github.com/t-kristo/linux-pm/commit/f6d52d17b96916ae3e76774b1aec80d638dbf46c
         git remote add t-kristo-pm https://github.com/t-kristo/linux-pm
         git fetch --no-tags t-kristo-pm usi-5.16-rfc-v2-bpf
         git checkout f6d52d17b96916ae3e76774b1aec80d638dbf46c
         # save the config file to linux build tree
         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=riscv SHELL=/bin/bash drivers/hid/

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


sparse warnings: (new ones prefixed by >>)
 >> drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax

vim +1029 drivers/hid/hid-debug.c

c080d89ad91e98 Jiri Kosina     2007-01-25  1025
0ce1ac3b3ca0f4 Joe Perches     2007-09-26  1026  static const char *misc[MSC_MAX + 1] = {
c080d89ad91e98 Jiri Kosina     2007-01-25  1027  	[MSC_SERIAL] = "Serial",	[MSC_PULSELED] = "Pulseled",
f6d52d17b96916 Mika Westerberg 2021-01-22  1028  	[MSC_GESTURE] = "Gesture",	[MSC_RAW] = "RawData",
f6d52d17b96916 Mika Westerberg 2021-01-22 @1029  	[MSC_PEN_ID] = "PenID",		[MSC_PEN_COLOR] "PenColor",
f6d52d17b96916 Mika Westerberg 2021-01-22  1030  	[MSC_PEN_LINE_WIDTH] = "PenLineWidth",
f6d52d17b96916 Mika Westerberg 2021-01-22  1031  	[MSC_PEN_LINE_STYLE] = "PenLineStyle",
c080d89ad91e98 Jiri Kosina     2007-01-25  1032  };
c080d89ad91e98 Jiri Kosina     2007-01-25  1033

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

end of thread, other threads:[~2021-12-07  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-28 19:07 [t-kristo-pm:usi-5.16-rfc-v2-bpf 24/30] drivers/hid/hid-debug.c:1029:57: sparse: sparse: obsolete array initializer, use C99 syntax kernel test robot
2021-12-07  8:43 ` kernel test robot
2021-12-07  8:43   ` kernel test robot

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.