Re: [PATCH v8 4/9] eal/bus: support for scanning of bus
From: Thomas Monjalon <hidden>
Date: 2017-01-18 07:32:51
From: Thomas Monjalon <hidden>
Date: 2017-01-18 07:32:51
2017-01-18 05:15, Shreyansh Jain:
quoted
quoted
+ * + * @return + * 0 for successful scan + * !0 (<0) for unsuccessful scan with error valueWhat do you mean with !0 (<0) ? I guess <0 is enough.Only to highlight that only '-ve' values would be returned. I will change it to !0 only.
What is -ve? Why not specifying <0 if errors are always negative?