Skip to content

Commit 9e392cb

Browse files
committed
coresight: core: Fix typo in a comment
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2055405 commit efa56ed Author: Jason Wang <wangborong@cdjrlc.com> Date: Sat Dec 11 17:02:21 2021 +0800 coresight: core: Fix typo in a comment 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> Signed-off-by: Jeremy Linton <jlinton@redhat.com>
1 parent aa5a3c5 commit 9e392cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwtracing/coresight/coresight-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ static inline void coresight_put_ref(struct coresight_device *csdev)
729729
* coresight_grab_device - Power up this device and any of the helper
730730
* devices connected to it for trace operation. Since the helper devices
731731
* don't appear on the trace path, they should be handled along with the
732-
* the master device.
732+
* master device.
733733
*/
734734
static int coresight_grab_device(struct coresight_device *csdev)
735735
{

0 commit comments

Comments
 (0)