diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2009-04-19 07:24:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-20 02:15:01 -0700 |
commit | eb39c57ff7782bc015da517af1d9c3b2592e721e (patch) | |
tree | 937fc5adeec22a9a631b42ca362ddb3e58b86ced /net | |
parent | 52cf3cc8acea52ecb93ef1dddb4ef2ae4e35c319 (diff) | |
download | op-kernel-dev-eb39c57ff7782bc015da517af1d9c3b2592e721e.zip op-kernel-dev-eb39c57ff7782bc015da517af1d9c3b2592e721e.tar.gz |
net: fix "compatibility" typos
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/dev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index dcc357e4..001a4c5 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -4405,7 +4405,7 @@ int register_netdevice(struct net_device *dev) dev->iflink = -1; #ifdef CONFIG_COMPAT_NET_DEV_OPS - /* Netdevice_ops API compatiability support. + /* Netdevice_ops API compatibility support. * This is temporary until all network devices are converted. */ if (dev->netdev_ops) { @@ -4416,7 +4416,7 @@ int register_netdevice(struct net_device *dev) dev->name, netdev_drivername(dev, drivername, 64)); /* This works only because net_device_ops and the - compatiablity structure are the same. */ + compatibility structure are the same. */ dev->netdev_ops = (void *) &(dev->init); } #endif |