Update descriptions to reflect this file applies to TPS65215 and TPS65219. Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@xxxxxx> --- drivers/input/misc/tps65219-pwrbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/misc/tps65219-pwrbutton.c b/drivers/input/misc/tps65219-pwrbutton.c index 7a58bae4f1a0..27a8d10d81ac 100644 --- a/drivers/input/misc/tps65219-pwrbutton.c +++ b/drivers/input/misc/tps65219-pwrbutton.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 // -// Driver for TPS65219 Push Button +// Driver for TPS65215/TPS65219 Push Button // // Copyright (C) 2022 BayLibre Incorporated - https://www.baylibre.com/ @@ -145,6 +145,6 @@ static struct platform_driver tps65219_pb_driver = { }; module_platform_driver(tps65219_pb_driver); -MODULE_DESCRIPTION("TPS65219 Power Button"); +MODULE_DESCRIPTION("TPS65215/TPS65219 Power Button"); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Markus Schneider-Pargmann <msp@xxxxxxxxxxxx"); -- 2.34.1