From: Jilin Yuan Date: Sun, 18 Sep 2022 10:04:31 +0000 (+0800) Subject: mei: fix repeated words in comments X-Git-Tag: v6.1-rc5~262^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b25cf09c69c0e48e7fb75786f29b50bddf50ebf;p=platform%2Fkernel%2Flinux-starfive.git mei: fix repeated words in comments Delete the redundant word 'from'. Acked-by: Tomas Winkler Signed-off-by: Jilin Yuan Link: https://lore.kernel.org/r/20220918100431.28381-1-yuanjilin@cdjrlc.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/mei/hw-txe.c b/drivers/misc/mei/hw-txe.c index 00652c1..1f72bbd 100644 --- a/drivers/misc/mei/hw-txe.c +++ b/drivers/misc/mei/hw-txe.c @@ -176,7 +176,7 @@ static bool mei_txe_aliveness_set(struct mei_device *dev, u32 req) * @dev: the device structure * * Extract HICR_HOST_ALIVENESS_RESP_ACK bit from - * from HICR_HOST_ALIVENESS_REQ register value + * HICR_HOST_ALIVENESS_REQ register value * * Return: SICR_HOST_ALIVENESS_REQ_REQUESTED bit value */