[PATCH] The same content in the comment appear twice.

2015-05-29 Thread Gong Zhaogang
From: gongzhaogang Delete the extra content in the comment. return_object - Where to put method's return value (if any). If NULL, no value is returned. Signed-off-by: Gong Zhaogang --- drivers/acpi/acpica/nseval.c | 2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH] The same content in the comment appear twice.

2015-05-29 Thread Gong Zhaogang
From: gongzhaogang gongzhaog...@inspur.com Delete the extra content in the comment. return_object - Where to put method's return value (if any). If NULL, no value is returned. Signed-off-by: Gong Zhaogang gongzhaog...@inspur.com --- drivers/acpi/acpica/nseval.c | 2 -- 1

[PATCH] function name in the comment differs from the real function name

2015-05-11 Thread Gong Zhaogang
From: gongzhaogang modify wq_calc_node_mask to wq_calc_node_cpumask Signed-off-by: Gong Zhaogang --- kernel/workqueue.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index cae6277..d65ef96 100644 --- a/kernel/workqueue.c

[PATCH] function name in the comment differs from the real function name

2015-05-11 Thread Gong Zhaogang
From: gongzhaogang gongzhaog...@inspur.com modify wq_calc_node_mask to wq_calc_node_cpumask Signed-off-by: Gong Zhaogang gongzhaog...@inspur.com --- kernel/workqueue.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index cae6277