From: kernel test robot <lkp@intel.com>
To: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [jirislaby:devel 50/61] include/uapi/linux/fb.h:297:33: error: expected identifier before numeric constant
Date: Sun, 17 Dec 2023 07:51:46 +0800 [thread overview]
Message-ID: <202312170755.In1ACxQo-lkp@intel.com> (raw)
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
reply other threads:[~2023-12-16 23:52 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=202312170755.In1ACxQo-lkp@intel.com \
--to=lkp@intel.com \
--cc=jirislaby@kernel.org \
--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.