Re: [PATCH net-next 4/4] net: hns3: add support ethtool extended link state

From: Jakub Kicinski
Date: Mon Aug 09 2021 - 16:55:00 EST


On Mon, 9 Aug 2021 22:50:42 +0800 Guangbin Huang wrote:
> + if (!h->ae_algo->ops->get_link_diagnosis_info)
> + return -EOPNOTSUP;

Missing a P at the end here, this patch does not build.