From: kernel test robot <lkp@intel.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: oe-kbuild-all@lists.linux.dev, linux-acpi@vger.kernel.org,
linux-pm@vger.kernel.org
Subject: [rafael-pm:acpi-queue 25/29] drivers/acpi/scan.c:2753:34-35: Unneeded semicolon
Date: Tue, 16 Dec 2025 16:07:25 +0800 [thread overview]
Message-ID: <202512161613.2xk2GzgN-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-queue
head: e88d169a6053918f230dfc78ee0eff2c2a2ca9bf
commit: 685f8a959d00a36e01207e4ea2051259afb226ec [25/29] ACPI: EC: Convert the driver to a platform one
config: i386-randconfig-053-20251216 (https://download.01.org/0day-ci/archive/20251216/202512161613.2xk2GzgN-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
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/202512161613.2xk2GzgN-lkp@intel.com/
cocci warnings: (new ones prefixed by >>)
>> drivers/acpi/scan.c:2753:34-35: Unneeded semicolon
vim +2753 drivers/acpi/scan.c
2743
2744 int acpi_bus_register_early_device(int type)
2745 {
2746 struct acpi_device *device = NULL;
2747 int result;
2748
2749 result = acpi_add_single_object(&device, NULL, type, false);
2750 if (result)
2751 return result;
2752
> 2753 acpi_default_enumeration(device);;
2754 return 0;
2755 }
2756 EXPORT_SYMBOL_GPL(acpi_bus_register_early_device);
2757
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-12-16 8:07 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=202512161613.2xk2GzgN-lkp@intel.com \
--to=lkp@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rjw@rjwysocki.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).