From: Gaetan Rivet Date: Wed, 19 Sep 2018 16:11:11 +0000 (+0200) Subject: devargs: remove comment regarding logs X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ca372b3f50d34d2d63ca12664cd613da6b7efa7a;p=dpdk.git devargs: remove comment regarding logs rte_log() is available in the context of this compilation unit, do not deter from using it. Signed-off-by: Gaetan Rivet --- diff --git a/lib/librte_eal/common/eal_common_devargs.c b/lib/librte_eal/common/eal_common_devargs.c index dac2402a44..88afece10a 100644 --- a/lib/librte_eal/common/eal_common_devargs.c +++ b/lib/librte_eal/common/eal_common_devargs.c @@ -4,9 +4,6 @@ /* This file manages the list of devices and their arguments, as given * by the user at startup - * - * Code here should not call rte_log since the EAL environment - * may not be initialized. */ #include