projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
072047e
)
[CONNECTOR]: Fix documentation test module.
author
Carlo Comin
<vl4d@spine-group.org>
Tue, 8 Nov 2005 17:38:56 +0000
(09:38 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 8 Nov 2005 17:38:56 +0000
(09:38 -0800)
Patch from Carlo Comin <vl4d spine-group.org>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/connector/cn_test.c
patch
|
blob
|
history
diff --git
a/Documentation/connector/cn_test.c
b/Documentation/connector/cn_test.c
index b7de82e9c0e014aeff8fecfb3e7b271821b4598c..3e73231695b3107eb743452836e8d0b24d17af85 100644
(file)
--- a/
Documentation/connector/cn_test.c
+++ b/
Documentation/connector/cn_test.c
@@
-25,7
+25,7
@@
#include <linux/skbuff.h>
#include <linux/timer.h>
-#include
"connector.h"
+#include
<linux/connector.h>
static struct cb_id cn_test_id = { 0x123, 0x456 };
static char cn_test_name[] = "cn_test";
@@
-104,7
+104,7
@@
static int cn_test_want_notify(void)
req->first = cn_test_id.val + 20;
req->range = 10;
- NETLINK_CB(skb).dst_group
s
= ctl->group;
+ NETLINK_CB(skb).dst_group = ctl->group;
//netlink_broadcast(nls, skb, 0, ctl->group, GFP_ATOMIC);
netlink_unicast(nls, skb, 0, 0);