hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/mfd/tps65217.c
....@@ -3,7 +3,7 @@
33 *
44 * TPS65217 chip family multi-function driver
55 *
6
- * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
6
+ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
77 *
88 * This program is free software; you can redistribute it and/or
99 * modify it under the terms of the GNU General Public License as
....@@ -205,7 +205,7 @@
205205 /**
206206 * tps65217_reg_write: Write a single tps65217 register.
207207 *
208
- * @tps65217: Device to write to.
208
+ * @tps: Device to write to.
209209 * @reg: Register to write to.
210210 * @val: Value to write.
211211 * @level: Password protected level
....@@ -250,7 +250,7 @@
250250 /**
251251 * tps65217_update_bits: Modify bits w.r.t mask, val and level.
252252 *
253
- * @tps65217: Device to write to.
253
+ * @tps: Device to write to.
254254 * @reg: Register to read-write to.
255255 * @mask: Mask.
256256 * @val: Value to write.