Skip to content

Commit b719f11

Browse files
aborzeszwesteri
authored andcommitted
thunderbolt: Fix typos in debugfs.c
Fix typos in debugfs.c. No functional changes. Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
1 parent d0d7c40 commit b719f11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/thunderbolt/debugfs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len,
201201
#if IS_ENABLED(CONFIG_USB4_DEBUGFS_WRITE)
202202
/*
203203
* Path registers need to be written in double word pairs and they both must be
204-
* read before written. This writes one double word in patch config space
204+
* read before written. This writes one double word in path config space
205205
* following the spec flow.
206206
*/
207207
static int path_write_one(struct tb_port *port, u32 val, u32 offset)
@@ -1196,7 +1196,7 @@ static int validate_margining(struct tb_margining *margining)
11961196
{
11971197
/*
11981198
* For running on RX2 the link must be asymmetric with 3
1199-
* receivers. Because this is can change dynamically, check it
1199+
* receivers. Because this can change dynamically, check it
12001200
* here before we start the margining and report back error if
12011201
* expectations are not met.
12021202
*/

0 commit comments

Comments
 (0)