CC: [email protected] CC: [email protected] TO: Mika Westerberg <[email protected]> CC: Tero Kristo <[email protected]>
tree: https://github.com/t-kristo/linux-pm usi-5.16-rfc-v3-bpf head: d0f251812c57f49830816624bec858500e4e14c2 commit: 36d39063386a91ddea88dcd8378b00c7e167d23d [22/24] HID: debug: Add USI usages :::::: branch date: 3 days ago :::::: commit date: 3 days ago config: i386-randconfig-s002-20211203 (https://download.01.org/0day-ci/archive/20211205/[email protected]/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce: # apt-get install sparse # sparse version: v0.6.4-dirty # https://github.com/t-kristo/linux-pm/commit/36d39063386a91ddea88dcd8378b00c7e167d23d git remote add t-kristo-pm https://github.com/t-kristo/linux-pm git fetch --no-tags t-kristo-pm usi-5.16-rfc-v3-bpf git checkout 36d39063386a91ddea88dcd8378b00c7e167d23d # save the config file to linux build tree mkdir build_dir make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 SHELL=/bin/bash drivers/hid/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> 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", 36d39063386a91 Mika Westerberg 2021-01-22 1028 [MSC_GESTURE] = "Gesture", [MSC_RAW] = "RawData", 36d39063386a91 Mika Westerberg 2021-01-22 @1029 [MSC_PEN_ID] = "PenID", [MSC_PEN_COLOR] "PenColor", 36d39063386a91 Mika Westerberg 2021-01-22 1030 [MSC_PEN_LINE_WIDTH] = "PenLineWidth", 36d39063386a91 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/[email protected] _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
