coresight: core: Fix typo in a comment
authorJason Wang <wangborong@cdjrlc.com>
Sat, 11 Dec 2021 09:02:21 +0000 (17:02 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 13 Dec 2021 18:54:07 +0000 (11:54 -0700)
The double `the' in the comment in line 732 is repeated. Remove one
of them from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20211211090221.241529-1-wangborong@cdjrlc.com
[Fixed capital letter in title]
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/hwtracing/coresight/coresight-core.c

index 8a18c71..88653d1 100644 (file)
@@ -729,7 +729,7 @@ static inline void coresight_put_ref(struct coresight_device *csdev)
  * coresight_grab_device - Power up this device and any of the helper
  * devices connected to it for trace operation. Since the helper devices
  * don't appear on the trace path, they should be handled along with the
- * the master device.
+ * master device.
  */
 static int coresight_grab_device(struct coresight_device *csdev)
 {