Re: [PATCH v3 17/36] thunderbolt: Assign remote for both ports in case of dual link

From: Lukas Wunner
Date: Thu Apr 04 2019 - 15:28:59 EST


On Thu, Mar 28, 2019 at 03:36:14PM +0300, Mika Westerberg wrote:
> +/**
> + * tb_port_has_remote() - Does the port have switch connected downstream
> + * @port: Port to check
> + *
> + * Returns true only when the port is primary port and that it has
> + * remote set.
> + */

Just a nit: s/that it//

Otherwise this patch LGTM.

Thanks,

Lukas