From: Mika Westerberg Date: Wed, 26 Aug 2020 05:57:00 +0000 (+0300) Subject: thunderbolt: Correct tb_check_quirks() kernel-doc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9c8cac6adfc83cdf2a93db5f2e73928c3100dc4f;p=linux.git thunderbolt: Correct tb_check_quirks() kernel-doc Remove extra white space and make the sentence end with a period. Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/quirks.c b/drivers/thunderbolt/quirks.c index 7eac3e0f90a2d..57e2978a3c21e 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) {