* [dpdk-dev] [PATCH] cfgfile: fix return value comment
@ 2016-04-15 22:58 Dmitriy Yakovlev
2016-04-18 8:21 ` Dumitrescu, Cristian
0 siblings, 1 reply; 3+ messages in thread
From: Dmitriy Yakovlev @ 2016-04-15 22:58 UTC (permalink / raw)
To: dev; +Cc: Dmitriy Yakovlev
Function rte_cfgfile_load can return NULL value, when something goes wrong.
Signed-off-by: Dmitriy Yakovlev <bombermag@gmail.com>
---
lib/librte_cfgfile/rte_cfgfile.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_cfgfile/rte_cfgfile.h b/lib/librte_cfgfile/rte_cfgfile.h
index 834f828..f649836 100644
--- 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);
--
2.6.2.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] cfgfile: fix return value comment
2016-04-15 22:58 [dpdk-dev] [PATCH] cfgfile: fix return value comment Dmitriy Yakovlev
@ 2016-04-18 8:21 ` Dumitrescu, Cristian
2016-05-02 12:58 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Dumitrescu, Cristian @ 2016-04-18 8:21 UTC (permalink / raw)
To: Dmitriy Yakovlev, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Dmitriy Yakovlev
> Sent: Friday, April 15, 2016 11:59 PM
> To: dev@dpdk.org
> Cc: Dmitriy Yakovlev <bombermag@gmail.com>
> Subject: [dpdk-dev] [PATCH] cfgfile: fix return value comment
>
> Function rte_cfgfile_load can return NULL value, when something goes
> wrong.
>
> Signed-off-by: Dmitriy Yakovlev <bombermag@gmail.com>
> ---
> lib/librte_cfgfile/rte_cfgfile.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/librte_cfgfile/rte_cfgfile.h b/lib/librte_cfgfile/rte_cfgfile.h
> index 834f828..f649836 100644
> --- 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);
>
> --
> 2.6.2.windows.1
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] cfgfile: fix return value comment
2016-04-18 8:21 ` Dumitrescu, Cristian
@ 2016-05-02 12:58 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-05-02 12:58 UTC (permalink / raw)
To: Dmitriy Yakovlev; +Cc: dev, Dumitrescu, Cristian
> > 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>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-02 12:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15 22:58 [dpdk-dev] [PATCH] cfgfile: fix return value comment Dmitriy Yakovlev
2016-04-18 8:21 ` Dumitrescu, Cristian
2016-05-02 12:58 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).