diff options
author | Daniel Ammann <daniel.ammann@bytesatwork.ch> | 2022-04-05 15:54:25 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2022-04-26 17:08:38 +0300 |
commit | 54c861f930180e096483a6e1744c9c4b76e20da5 (patch) | |
tree | adc9f4063ea66caecc2b5ebd73b5754199948530 | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
download | linux-54c861f930180e096483a6e1744c9c4b76e20da5.tar.xz |
mfd: tps65218: Fix trivial typo in comment
The driver is for TPS65218, not TPS65219.
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220405125426.28016-1-daniel.ammann@bytesatwork.ch
-rw-r--r-- | include/linux/mfd/tps65218.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h index f4ca367e3473..122e24ddbd4b 100644 --- a/include/linux/mfd/tps65218.h +++ b/include/linux/mfd/tps65218.h @@ -1,7 +1,7 @@ /* * linux/mfd/tps65218.h * - * Functions to access TPS65219 power management chip. + * Functions to access TPS65218 power management chip. * * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ * |