From 0cf207ec01cbacae47585fcc26591dd2296507d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 27 Sep 2021 17:42:39 +0200 Subject: WS cleanup: remove SPACE(s) followed by TAB Signed-off-by: Wolfgang Denk --- include/generic-phy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/generic-phy.h') diff --git a/include/generic-phy.h b/include/generic-phy.h index a17d900e4bd..9a11659640c 100644 --- a/include/generic-phy.h +++ b/include/generic-phy.h @@ -201,7 +201,7 @@ int generic_phy_power_off(struct phy *phy); * generic_phy_configure() - configure a PHY device * * @phy: PHY port to be configured - * @params: PHY Parameters, underlying data is specific to the PHY function + * @params: PHY Parameters, underlying data is specific to the PHY function * @return 0 if OK, or a negative error code */ int generic_phy_configure(struct phy *phy, void *params); -- cgit v1.2.3