All of lore.kernel.org
 help / color / mirror / Atom feed
* [jirislaby:devel 50/61] include/uapi/linux/fb.h:297:33: error: expected identifier before numeric constant
@ 2023-12-16 23:51 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-12-16 23:51 UTC (permalink / raw)
  To: Jiri Slaby (SUSE); +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux.git devel
head:   29f593717f831f4fe1c36efd2d1b0404f705bc0f
commit: 9138c2328ccc3a9bc4868c7a74b1539036a92501 [50/61] con: use enum for VESA blanking modes
config: i386-randconfig-013-20231217 (https://download.01.org/0day-ci/archive/20231217/202312170755.In1ACxQo-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231217/202312170755.In1ACxQo-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/202312170755.In1ACxQo-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from include/linux/fb.h:7,
                    from include/linux/vga_switcheroo.h:34,
                    from sound/pci/hda/hda_intel.c:52:
>> include/uapi/linux/fb.h:297:33: error: expected identifier before numeric constant
     297 | #define VESA_NO_BLANKING        0
         |                                 ^
   include/linux/console.h:36:2: note: in expansion of macro 'VESA_NO_BLANKING'
      36 |  VESA_NO_BLANKING = 0,
         |  ^~~~~~~~~~~~~~~~
--
   In file included from include/linux/fb.h:7,
                    from include/linux/vga_switcheroo.h:34,
                    from sound/pci/hda/hda_intel.c:52:
>> include/uapi/linux/fb.h:297:33: error: expected identifier before numeric constant
     297 | #define VESA_NO_BLANKING        0
         |                                 ^
   include/linux/console.h:36:2: note: in expansion of macro 'VESA_NO_BLANKING'
      36 |  VESA_NO_BLANKING = 0,
         |  ^~~~~~~~~~~~~~~~
   In file included from sound/pci/hda/hda_intel_trace.h:54,
                    from sound/pci/hda/hda_intel.c:60:
   include/trace/define_trace.h:95:42: fatal error: ./hda_intel_trace.h: No such file or directory
      95 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
         |                                          ^
   compilation terminated.


vim +297 include/uapi/linux/fb.h

607ca46e97a1b6 David Howells 2012-10-13  295  
607ca46e97a1b6 David Howells 2012-10-13  296  /* VESA Blanking Levels */
607ca46e97a1b6 David Howells 2012-10-13 @297  #define VESA_NO_BLANKING        0
607ca46e97a1b6 David Howells 2012-10-13  298  #define VESA_VSYNC_SUSPEND      1
607ca46e97a1b6 David Howells 2012-10-13  299  #define VESA_HSYNC_SUSPEND      2
607ca46e97a1b6 David Howells 2012-10-13  300  #define VESA_POWERDOWN          3
607ca46e97a1b6 David Howells 2012-10-13  301  
607ca46e97a1b6 David Howells 2012-10-13  302  

:::::: The code at line 297 was first introduced by commit
:::::: 607ca46e97a1b6594b29647d98a32d545c24bdff UAPI: (Scripted) Disintegrate include/linux

:::::: TO: David Howells <dhowells@redhat.com>
:::::: CC: David Howells <dhowells@redhat.com>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-16 23:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-16 23:51 [jirislaby:devel 50/61] include/uapi/linux/fb.h:297:33: error: expected identifier before numeric constant 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.