patch-2.4.20 linux-2.4.20/net/8021q/vlanproc.c
Next file: linux-2.4.20/net/atm/proc.c
Previous file: linux-2.4.20/net/8021q/vlan_dev.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/net/8021q/vlanproc.c
- Orig date:
Fri Aug 2 17:39:46 2002
diff -urN linux-2.4.19/net/8021q/vlanproc.c linux-2.4.20/net/8021q/vlanproc.c
@@ -188,14 +188,14 @@
int vlan_proc_rem_dev(struct net_device *vlandev)
{
if (!vlandev) {
- printk(VLAN_ERR __FUNCTION__ ": invalid argument: %p\n",
- vlandev);
+ printk(VLAN_ERR "%s: invalid argument: %p\n",
+ __FUNCTION__, vlandev);
return -EINVAL;
}
if (!(vlandev->priv_flags & IFF_802_1Q_VLAN)) {
- printk(VLAN_DBG __FUNCTION__ ": invalid argument, device: %s is not a VLAN device, priv_flags: 0x%4hX.\n",
- vlandev->name, vlandev->priv_flags);
+ printk(VLAN_DBG "%s: invalid argument, device: %s is not a VLAN device, priv_flags: 0x%4hX.\n",
+ __FUNCTION__, vlandev->name, vlandev->priv_flags);
return -EINVAL;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)