[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240831095840.4173362-3-lihongbo22@huawei.com>
Date: Sat, 31 Aug 2024 17:58:38 +0800
From: Hongbo Li <lihongbo22@...wei.com>
To: <kees@...nel.org>, <andy@...nel.org>, <willemdebruijn.kernel@...il.com>,
<jasowang@...hat.com>, <davem@...emloft.net>, <edumazet@...gle.com>,
<kuba@...nel.org>, <pabeni@...hat.com>, <akpm@...ux-foundation.org>
CC: <linux-hardening@...r.kernel.org>, <netdev@...r.kernel.org>,
<linux-mm@...ck.org>, <lihongbo22@...wei.com>
Subject: [PATCH -next 2/4] tun: Make use of str_disabled_enabled helper
Use str_disabled_enabled() helper instead of open
coding the same.
Signed-off-by: Hongbo Li <lihongbo22@...wei.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
Powered by blists - more mailing lists