DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH ] bus: remove comments about rte_bus_dump() return value.
@ 2017-07-08 21:55 Rami Rosen
  2017-07-09 20:09 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-07-08 21:55 UTC (permalink / raw)
  To: dev; +Cc: Rami Rosen

This trivial patch removes wrong comments about 
the return value of the rte_bus_dump(), as 
this method does not return any value 
(it's return type is void)

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 lib/librte_eal/common/include/rte_bus.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/librte_eal/common/include/rte_bus.h b/lib/librte_eal/common/include/rte_bus.h
index aebf57efdd46..c223bc21962c 100644
--- a/lib/librte_eal/common/include/rte_bus.h
+++ b/lib/librte_eal/common/include/rte_bus.h
@@ -214,9 +214,6 @@ int rte_bus_probe(void);
  * @param f
  *	 A valid and open output stream handle
  *
- * @return
- *	 0 in case of success
- *	!0 in case there is error in opening the output stream
  */
 void rte_bus_dump(FILE *f);
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH ] bus: remove comments about rte_bus_dump() return value.
  2017-07-08 21:55 [dpdk-dev] [PATCH ] bus: remove comments about rte_bus_dump() return value Rami Rosen
@ 2017-07-09 20:09 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-07-09 20:09 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dev

08/07/2017 23:55, Rami Rosen:
> This trivial patch removes wrong comments about 
> the return value of the rte_bus_dump(), as 
> this method does not return any value 
> (it's return type is void)

Fixes: a97725791eec ("bus: introduce bus abstraction")

> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-09 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-08 21:55 [dpdk-dev] [PATCH ] bus: remove comments about rte_bus_dump() return value Rami Rosen
2017-07-09 20:09 ` 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).