Commit b2bec831 authored by Adam Wujek's avatar Adam Wujek

userspace/tools: fix comments in wrs_sfp_dump

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent d255dce9
......@@ -353,11 +353,11 @@ int main(int argc, char **argv)
sfp_data_source = READ_HAL;
break;
case 'I':
/* HAL mode */
/* I2C mode */
sfp_data_source = READ_I2C;
break;
case 'H':
/* HAL mode */
/* Set path for shmem files */
wrs_shm_set_path(optarg);
break;
case 'h':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment