diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2020-08-26 08:57:00 +0300 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2020-09-16 14:57:46 +0300 |
commit | 9c8cac6adfc83cdf2a93db5f2e73928c3100dc4f (patch) | |
tree | 5fec9fc954500b79ec657bb38175f7372ba529c2 /drivers/thunderbolt | |
parent | 22255bec2b9222ecbe99b7f281ab0e0b2c6c6cb3 (diff) |
thunderbolt: Correct tb_check_quirks() kernel-doc
Remove extra white space and make the sentence end with a period.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r-- | drivers/thunderbolt/quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/quirks.c b/drivers/thunderbolt/quirks.c index 7eac3e0f90a2..57e2978a3c21 100644 --- a/drivers/thunderbolt/quirks.c +++ b/drivers/thunderbolt/quirks.c @@ -27,7 +27,7 @@ static const struct tb_quirk tb_quirks[] = { * tb_check_quirks() - Check for quirks to apply * @sw: Thunderbolt switch * - * Apply any quirks for the Thunderbolt controller + * Apply any quirks for the Thunderbolt controller. */ void tb_check_quirks(struct tb_switch *sw) { |