2022-09-18 10:20:47

by Jilin Yuan

[permalink] [raw]
Subject: [PATCH] mei: fix repeated words in comments

Delete the redundant word 'from'.

Signed-off-by: Jilin Yuan <[email protected]>
---
drivers/misc/mei/hw-txe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/mei/hw-txe.c b/drivers/misc/mei/hw-txe.c
index 00652c137cc7..1f72bbd5ee51 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
*/
--
2.36.1


2022-09-18 11:38:22

by Winkler, Tomas

[permalink] [raw]
Subject: RE: [PATCH] mei: fix repeated words in comments

> Delete the redundant word 'from'.
>
> Signed-off-by: Jilin Yuan <[email protected]>
Acked-by: Tomas Winkler <[email protected]>

> ---
> drivers/misc/mei/hw-txe.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/mei/hw-txe.c b/drivers/misc/mei/hw-txe.c index
> 00652c137cc7..1f72bbd5ee51 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
> */
> --
> 2.36.1