All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oren Laadan <orenl-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org>
To: Liu Aleaxander <aleaxander-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH] Fix two more typos
Date: Tue, 27 Oct 2009 09:53:58 -0400	[thread overview]
Message-ID: <4AE6FB76.3020500@librato.com> (raw)
In-Reply-To: <b741c2440910261923o75190755g24c351faa64d2484-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.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 <Aleaxander-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  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[])

      parent reply	other threads:[~2009-10-27 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-27  2:23 [PATCH] Fix two more typos Liu Aleaxander
     [not found] ` <b741c2440910261923o75190755g24c351faa64d2484-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-10-27 13:53   ` Oren Laadan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AE6FB76.3020500@librato.com \
    --to=orenl-rdfvbdnroixbdgjk7y7tuq@public.gmane.org \
    --cc=aleaxander-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.