All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Gryazin <gdu@mns.spb.ru>
To: navy-patches@dinar.mns.mnsspb.ru
Cc: Kirill Smelkov <kirr@mns.spb.ru>, Sam Ravnborg <sam@ravnborg.org>,
	navy-patches@mns.spb.ru, linux-kernel@vger.kernel.org,
	linux-kbuild@vger.kernel.org
Subject: Re: [Navy-patches] [PATCH] Makefile: fix few typos
Date: Thu, 9 Apr 2009 15:38:09 +0400	[thread overview]
Message-ID: <200904091538.09703.gdu@mns.spb.ru> (raw)
In-Reply-To: <1239276874-2141-1-git-send-email-kirr@mns.spb.ru>

On Thursday 09 April 2009 03:34:34 pm Kirill Smelkov wrote:
> Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
> ---
>  Makefile |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index e5ad5fd..3e95d45 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -567,7 +567,7 @@ KBUILD_CFLAGS += $(call
> cc-option,-Wdeclaration-after-statement,) # disable pointer signed /
> unsigned warnings in gcc 4.0
>  KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
>
> -# disable invalid "can't wrap" optimzations for signed / pointers
> +# disable invalid "can't wrap" optimizations for signed / pointers
>  KBUILD_CFLAGS	+= $(call cc-option,-fwrapv)
>
>  # revert to pre-gcc-4.4 behaviour of .eh_frame
> @@ -1587,5 +1587,5 @@ PHONY += FORCE
>  FORCE:
>
>  # Declare the contents of the .PHONY variable as phony.  We keep that
> -# information in a variable se we can use it in if_changed and friends.
> +# information in a variable so we can use it in if_changed and friends.
>  .PHONY: $(PHONY)

ACK

  reply	other threads:[~2009-04-09 12:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-09 11:34 [PATCH] Makefile: fix few typos Kirill Smelkov
2009-04-09 11:38 ` Dmitry Gryazin [this message]
2009-04-10  6:59 ` Sam Ravnborg

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=200904091538.09703.gdu@mns.spb.ru \
    --to=gdu@mns.spb.ru \
    --cc=kirr@mns.spb.ru \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=navy-patches@dinar.mns.mnsspb.ru \
    --cc=navy-patches@mns.spb.ru \
    --cc=sam@ravnborg.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.