[PATCH] HID: Fix comment about header defining HID_GROUP_ANY

Uwe Kleine-König (The Capable Hub) <[email protected]> Thu, 30 Jul 2026 22:41:36 +0200
Newsgroups org.kernel.vger.linux-input,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Since commit ad428f5811bd ("mod_devicetable.h: Split into per subsystem
headers") HID_GROUP_ANY isn't defined in linux/mod_devicetable.h
(directly) any more. Fix the comment accordingly.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]>
---
 include/linux/hid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/hid.h b/include/linux/hid.h
index b240baa95ab5..56bd7f274387 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -424,7 +424,7 @@ struct hid_item {
 /*
  * HID device groups
  *
- * Note: HID_GROUP_ANY is declared in linux/mod_devicetable.h
+ * Note: HID_GROUP_ANY is declared in <linux/device-id/hid.h>
  * and has a value of 0x0000
  */
 #define HID_GROUP_GENERIC			0x0001

base-commit: 95d6a9ccef99117115e41e9adb271243bd5e985b
-- 
2.55.0.11.g153666a7d9bb