Re: [PATCH v2 16/19] scsi: libsas: Switch back to original event notifiers API

From: John Garry
Date: Tue Jan 12 2021 - 09:44:10 EST


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