Re: [PATCH v5 4/7] platform/chrome: cros_typec_switch: Add event check
From: Tzung-Bi Shih
Date: Tue Aug 16 2022 - 03:57:21 EST
On Mon, Aug 15, 2022 at 06:34:24AM +0000, Prashant Malani wrote:
> The Chrome EC updates Type-C status events when mux set requests from
To be consistent to the series, I guess you would like to use ChromeOS
instead of Chrome?
> +static int cros_typec_send_clear_event(struct cros_typec_switch_data *sdata, int port_num,
> + u32 events_mask)
> +{
[...]
> + return cros_ec_cmd(sdata->ec, 0, EC_CMD_TYPEC_CONTROL, &req,
> + sizeof(req), NULL, 0);
The line can join to the previous line without exceeding col-100.