diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 14:59:52 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:39:21 +0000 |
commit | c36650143be34d111516755da370f5212c5f9fb6 (patch) | |
tree | daabbe1b90ed3dd51340624ca18d7286f565a241 /src/drivers | |
parent | 0afaff26111246b53128ed3f5b9f269bda5433ff (diff) |
drivers/maxim/max77686/max77686.h: Remove repeated word
Change-Id: Iac77f401d80027231f8b6a3449cb57abf3d337ed
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49525
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/maxim/max77686/max77686.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/maxim/max77686/max77686.h b/src/drivers/maxim/max77686/max77686.h index f772814218..0769a74d53 100644 --- a/src/drivers/maxim/max77686/max77686.h +++ b/src/drivers/maxim/max77686/max77686.h @@ -48,7 +48,7 @@ enum max77686_regnum { * @param vol_bitpos bit position to be set or clear within register * @param vol_bitmask bit mask value * @param reg_enaddr control register address, which enable the given - * given buck/ldo. + * buck/ldo. * @param reg_enbitpos bit position to be enabled * @param reg_enbiton value to be written to buck/ldo to make it ON * @param reg_enbitoff value to be written to buck/ldo to make it OFF |