From 0f6ef81dfbd403fd75701ad154ef9ea7d7f15ebf Mon Sep 17 00:00:00 2001 From: Adam Wujek <dev_public@wujek.eu> Date: Fri, 22 Dec 2023 01:12:35 +0100 Subject: [PATCH] userspace/wrsw_hal: fix comment Signed-off-by: Adam Wujek <dev_public@wujek.eu> --- userspace/wrsw_hal/hal_exports.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/userspace/wrsw_hal/hal_exports.c b/userspace/wrsw_hal/hal_exports.c index d6667878d..ed419362e 100644 --- a/userspace/wrsw_hal/hal_exports.c +++ b/userspace/wrsw_hal/hal_exports.c @@ -170,8 +170,7 @@ int halexp_port_info_cmd(hexp_port_info_params_t * params) return 1; } -/* Phase/Clock adjutsment call. Called by the PTPd servo. Controls - * both the PLLs and the PPS Generator. */ +/* Enable/disable TX laser in SFP for a given port */ int halexp_sfp_tx_cmd(int cmd, int port) { int new_status = 0; -- GitLab