treewide: Remove unuseful "_HID: Hardware ID" comment

Change-Id: I5eb1424e9e6c1fbf20cd0bf68fbb52e1ec97f905
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72661
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Elyes Haouas
2023-02-02 08:20:45 +01:00
committed by Felix Singer
parent 8487be9c1a
commit eb83fed09f
31 changed files with 51 additions and 51 deletions

View File

@@ -89,7 +89,7 @@ Method (_PSC) {
#ifdef SUPERIO_SHOW_FDC
Device (FDC0)
{
Name (_HID, EisaId ("PNP0700")) // _HID: Hardware ID
Name (_HID, EisaId ("PNP0700"))
Method (_STA, 0, NotSerialized) // _STA: Status
{
PNP_GENERIC_STA(W83977TF_FDC)