drivers/net: remove useless semicolons
switch and while statements don't need semicolons at end of statement [ Fixup minor conflicts with recent wimax merge... -DaveM ] Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
5113fec098
commit
ee289b6440
@@ -288,7 +288,7 @@ static int eql_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
|
||||
return eql_s_master_cfg(dev, ifr->ifr_data);
|
||||
default:
|
||||
return -EOPNOTSUPP;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/* queue->lock must be held */
|
||||
|
Reference in New Issue
Block a user