git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9199cd6
)
cfgfile: fix return value comment
author
Dmitriy Yakovlev
<bombermag@gmail.com>
Fri, 15 Apr 2016 22:58:43 +0000
(
01:58
+0300)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Mon, 2 May 2016 13:15:45 +0000
(15:15 +0200)
Function rte_cfgfile_load can return NULL value, when something goes wrong.
Signed-off-by: Dmitriy Yakovlev <bombermag@gmail.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_cfgfile/rte_cfgfile.h
patch
|
blob
|
history
diff --git
a/lib/librte_cfgfile/rte_cfgfile.h
b/lib/librte_cfgfile/rte_cfgfile.h
index
834f828
..
f649836
100644
(file)
--- a/
lib/librte_cfgfile/rte_cfgfile.h
+++ b/
lib/librte_cfgfile/rte_cfgfile.h
@@
-72,7
+72,7
@@
struct rte_cfgfile_entry {
* @param flags
* Config file flags, Reserved for future use. Must be set to 0.
* @return
-* Handle to configuration file
+* Handle to configuration file
on success, NULL otherwise
*/
struct rte_cfgfile *rte_cfgfile_load(const char *filename, int flags);