aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r--drivers/net/tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index b100bd50a0d7..55786a0efc41 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -1142,7 +1142,7 @@ static int tun_get_iff(struct net *net, struct tun_struct *tun,
1142 * privs required. */ 1142 * privs required. */
1143static int set_offload(struct net_device *dev, unsigned long arg) 1143static int set_offload(struct net_device *dev, unsigned long arg)
1144{ 1144{
1145 unsigned int old_features, features; 1145 u32 old_features, features;
1146 1146
1147 old_features = dev->features; 1147 old_features = dev->features;
1148 /* Unset features, set them as we chew on the arg. */ 1148 /* Unset features, set them as we chew on the arg. */