[PATCH 2/4] Cleanup pre_restore_task comments

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We don't need to include the name of the function in the comment unless
it's a kerneldoc comment -- it's redundant. Also the comment before
post_restore_task() was copy-pasted without modification.

Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx>
---
 checkpoint/process.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/checkpoint/process.c b/checkpoint/process.c
index c51e036..17c08e8 100644
--- a/checkpoint/process.c
+++ b/checkpoint/process.c
@@ -814,7 +814,7 @@ static int restore_task_pgid(struct ckpt_ctx *ctx)
 	return ret;
 }
 
-/* pre_restore_task - prepare the task for restore */
+/* prepare the task for restore */
 int pre_restore_task(struct ckpt_ctx *ctx)
 {
 	sigset_t sigset;
@@ -844,7 +844,6 @@ int pre_restore_task(struct ckpt_ctx *ctx)
 	return 0;
 }
 
-/* pre_restore_task - prepare the task for restore */
 void post_restore_task(struct ckpt_ctx *ctx)
 {
 	/* can happen if restart failed early */
-- 
1.5.6.3


_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux