On Sun, 10 Feb 2019 20:28:48 +0200
Aya Levin wrote:
> This patch removes the inverted commas from boolean values in JSON
> format: true/false instead of "true"/"false".
>
> Signed-off-by: Aya Levin
> Reviewed-by: Moshe Shemesh
> ---
> devlink/devlink.c | 6 +++---
> 1 file changed, 3 insertio
This patch removes the inverted commas from boolean values in JSON
format: true/false instead of "true"/"false".
Signed-off-by: Aya Levin
Reviewed-by: Moshe Shemesh
---
devlink/devlink.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/devlink/devlink.c b/devlink/devlin