From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [PATCH] Fix two more typos Date: Tue, 27 Oct 2009 09:53:58 -0400 Message-ID: <4AE6FB76.3020500@librato.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Liu Aleaxander Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org Thanks, queued for next update. Oren. Liu Aleaxander wrote: > The two typos make self_checkpoint.c and self_restart.c can't be compiled. > > Signed-off-by: Liu Aleaxander > --- > Documentation/checkpoint/self_checkpoint.c | 2 +- > Documentation/checkpoint/self_restart.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/checkpoint/self_checkpoint.c > b/Documentation/checkpoint/self_checkpoint.c > index e164381..11b17ea 100644 > --- a/Documentation/checkpoint/self_checkpoint.c > +++ b/Documentation/checkpoint/self_checkpoint.c > @@ -1,4 +1,4 @@ > ->/* > +/* > * self_checkpoint.c: demonstrate self-checkpoint > * > * Copyright (C) 2008 Oren Laadan > diff --git a/Documentation/checkpoint/self_restart.c > b/Documentation/checkpoint/self_restart.c > index 361f81b..aea2d0b 100644 > --- a/Documentation/checkpoint/self_restart.c > +++ b/Documentation/checkpoint/self_restart.c > @@ -22,7 +22,7 @@ > > inline static int restart(pid_t pid, int fd, unsigned long flags) > { > - return syscall(__NR_restat, pid, fd, flags); > + return syscall(__NR_restart, pid, fd, flags); > } > > int main(int argc, char *argv[])