Commit 9c8cac6a authored by Mika Westerberg's avatar Mika Westerberg

thunderbolt: Correct tb_check_quirks() kernel-doc

Remove extra white space and make the sentence end with a period.
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent 22255bec
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment