devargs: remove comment regarding logs
authorGaetan Rivet <gaetan.rivet@6wind.com>
Wed, 19 Sep 2018 16:11:11 +0000 (18:11 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 3 Oct 2018 12:36:18 +0000 (14:36 +0200)
rte_log() is available in the context of this compilation unit,
do not deter from using it.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_eal/common/eal_common_devargs.c

index dac2402..88afece 100644 (file)
@@ -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 <stdio.h>