Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: db8500-prcmu: Drop duplicated word "the" in the comments

There is an unexpected word "the" in the comments that needs to be dropped.

Line 801: * This function sets the the operating point of the ARM.
-------

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220621103839.96847-1-jiangjian@cdjrlc.com

authored by

Jiang Jian and committed by
Lee Jones
15ff0bbc 9b2c55b5

+1 -1
+1 -1
drivers/mfd/db8500-prcmu.c
··· 798 798 * @opp: The new ARM operating point to which transition is to be made 799 799 * Returns: 0 on success, non-zero on failure 800 800 * 801 - * This function sets the the operating point of the ARM. 801 + * This function sets the operating point of the ARM. 802 802 */ 803 803 int db8500_prcmu_set_arm_opp(u8 opp) 804 804 {