On 12/01/2021 11:06, Ahmed S. Darwish wrote:
sas_phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); - sas_notify_port_event_gfp(sas_phy, + sas_notify_port_event(sas_phy, PORTE_BROADCAST_RCVD, GFP_KERNEL);
nit: I think that this now fits on a single line, without exceeding 80 characters
Thanks, John