projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b46c82
)
mei: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Sun, 18 Sep 2022 10:04:31 +0000
(18:04 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 12:57:21 +0000
(14:57 +0200)
Delete the redundant word 'from'.
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220918100431.28381-1-yuanjilin@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hw-txe.c
patch
|
blob
|
history
diff --git
a/drivers/misc/mei/hw-txe.c
b/drivers/misc/mei/hw-txe.c
index 00652c137cc74e79fac6108f2d75035034d8bc28..1f72bbd5ee51dff69fcd61bee48118c89bccc983 100644
(file)
--- 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
*/