Use str_disabled_enabled() helper instead of open
coding the same.

Signed-off-by: Hongbo Li <lihongb...@huawei.com>
---
 drivers/net/tun.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 6fe5e8f7017c..29647704bda8 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -3178,7 +3178,7 @@ static long __tun_chr_ioctl(struct file *file, unsigned 
int cmd,
 
                /* [unimplemented] */
                netif_info(tun, drv, tun->dev, "ignored: set checksum %s\n",
-                          arg ? "disabled" : "enabled");
+                          str_disabled_enabled(arg));
                break;
 
        case TUNSETPERSIST:
-- 
2.34.1


Reply via email to