1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Mika Westerberg 2020-08-26 08:57:00 +03:00
parent 22255bec2b
commit 9c8cac6adf
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{