net/ixgbe: fix maximum wait time in comment
authorXiaolong Ye <xiaolong.ye@intel.com>
Thu, 15 Nov 2018 07:20:05 +0000 (15:20 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 15 Nov 2018 22:32:01 +0000 (23:32 +0100)
commit73247f1ced303c16987bb366d38a2d8a0fc40db4
tree08f66d65959c5f901bba4ef6ceae64fe79314138
parent199efc4ac5409403d24a0f21fe382bbce86638ac
net/ixgbe: fix maximum wait time in comment

As the code has changed the max wait time to 1000ms, the comment should
be changed accordingly.

Fixes: 64f1c8539c8c ("net/ixgbe: wait longer for link after fiber MAC setup")
Cc: stable@dpdk.org
Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ixgbe/base/ixgbe_common.c