aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-09-18 18:04:31 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-24 14:57:21 +0200
commit4b25cf09c69c0e48e7fb75786f29b50bddf50ebf (patch)
tree668ba627f5126f932c34cbbddf2d33276902ca6a /drivers/misc
parentdrivers/misc/sgi-xp: Remove orphan declarations from drivers/misc/sgi-xp/xp.h (diff)
downloadlinux-dev-4b25cf09c69c0e48e7fb75786f29b50bddf50ebf.tar.xz
linux-dev-4b25cf09c69c0e48e7fb75786f29b50bddf50ebf.zip
mei: fix repeated words in comments
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/mei/hw-txe.c2
1 files changed, 1 insertions, 1 deletions
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
*/