提交 28f06c6f 编写于 作者: J Jaswinder Singh Rajput 提交者: Linus Torvalds

Documentation/connector/cn_test.c comment unused cn_test_want_notify()

Currently cn_test_want_notify() has no user.

So add an ifdef and a comment which tells us to not remove it.
Signed-off-by: NJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: NEvgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 08219624
...@@ -41,6 +41,12 @@ void cn_test_callback(void *data) ...@@ -41,6 +41,12 @@ void cn_test_callback(void *data)
msg->seq, msg->ack, msg->len, (char *)msg->data); msg->seq, msg->ack, msg->len, (char *)msg->data);
} }
/*
* Do not remove this function even if no one is using it as
* this is an example of how to get notifications about new
* connector user registration
*/
#if 0
static int cn_test_want_notify(void) static int cn_test_want_notify(void)
{ {
struct cn_ctl_msg *ctl; struct cn_ctl_msg *ctl;
...@@ -117,6 +123,7 @@ static int cn_test_want_notify(void) ...@@ -117,6 +123,7 @@ static int cn_test_want_notify(void)
kfree_skb(skb); kfree_skb(skb);
return -EINVAL; return -EINVAL;
} }
#endif
static u32 cn_test_timer_counter; static u32 cn_test_timer_counter;
static void cn_test_timer_func(unsigned long __data) static void cn_test_timer_func(unsigned long __data)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册