summaryrefslogtreecommitdiff
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-10-04 21:11:08 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-10-04 21:11:08 -0700
commitda3103c8efd7570939617bfa1f06fcdab9a9a11d (patch)
treef0e07dbc22384372c17d6b836f3a794fef62eed8 /net/core/dev.c
parent799cc173710f8bac2e3d234445dbcf59483a872f (diff)
parent11d3c5ea4e4b16afcbe5f0966ed44b8b8f5ce5e5 (diff)
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 49c662e1d31d..b601f110b1b9 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -915,6 +915,8 @@ int unregister_netdevice_notifier(struct notifier_block *nb)
/**
* call_netdevice_notifiers - call all network notifier blocks
+ * @val: value passed unmodified to notifier function
+ * @v: pointer passed unmodified to notifier function
*
* Call all network notifier blocks. Parameters and return value
* are as for notifier_call_chain().