From: Guenter Roeck Date: Sat, 10 Apr 2021 06:26:23 +0000 (-0700) Subject: MAINTAINERS: Add keyword pattern for hwmon registration functions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3b65ffa13bd040757fd4910f2dcd2c93f553d76;p=linux.git MAINTAINERS: Add keyword pattern for hwmon registration functions A pattern match for hardware monitoring registration functions ensures that hardware monitoring maintainers are copied whenever hardware monitoring drivers are added to the tree. Reviewed-by: Jean Delvare Signed-off-by: Guenter Roeck --- diff --git a/MAINTAINERS b/MAINTAINERS index 13df46b0e88c5..bb5bbaa5fba25 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7851,6 +7851,7 @@ F: Documentation/hwmon/ F: drivers/hwmon/ F: include/linux/hwmon*.h F: include/trace/events/hwmon*.h +K: (devm_)?hwmon_device_(un)?register(|_with_groups|_with_info) HARDWARE RANDOM NUMBER GENERATOR CORE M: Matt Mackall