projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
095d911
)
[NET]: Fix dev_alloc_skb() typo.
author
David S. Miller
<davem@davemloft.net>
Sat, 29 Mar 2008 01:22:32 +0000
(18:22 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 29 Mar 2008 01:22:32 +0000
(18:22 -0700)
Noticed by Joe Perches.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
patch
|
blob
|
history
diff --git
a/net/core/skbuff.c
b/net/core/skbuff.c
index
6ef7008
..
e425921
100644
(file)
--- a/
net/core/skbuff.c
+++ b/
net/core/skbuff.c
@@
-279,7
+279,7
@@
struct sk_buff *dev_alloc_skb(unsigned int length)
{
/*
* There is more code here than it seems:
- * __de
f
_alloc_skb is an inline
+ * __de
v
_alloc_skb is an inline
*/
return __dev_alloc_skb(length, GFP_ATOMIC);
}