From: Ingo Molnar <mingo@kernel.org>
To: Jordan Borgner <mail@jordan-borgner.de>
Cc: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de,
x86@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com
Subject: Re: [PATCH] arch: x86: Touched up patterns of 'sizeof' functions
Date: Mon, 29 Oct 2018 07:13:46 +0100 [thread overview]
Message-ID: <20181029061346.GC128403@gmail.com> (raw)
In-Reply-To: <20181028125828.7rgammkgzep2wpam@JordanDesktop>
* Jordan Borgner <mail@jordan-borgner.de> wrote:
> Addded missing parentheses to 'sizeof()' functions in arch/x86/.
>
> Like this:
> Before: 'sizeof x'
> After: 'sizeof(x)'
>
> Done by motivation of Ingo Molnar.
>
> Signed-off-by: Jordan Borgner <mail@jordan-borgner.de>
Thanks!
Note that you sent a -p2 patch, the lkml standard is -p1 patches.
Not sure how you managed to set up your Git to get such a patch.
I fixed it up.
Thanks,
Ingo
next prev parent reply other threads:[~2018-10-29 6:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-28 12:58 [PATCH] arch: x86: Touched up patterns of 'sizeof' functions Jordan Borgner
2018-10-29 6:13 ` Ingo Molnar [this message]
2018-10-29 11:34 ` [tip:x86/urgent] x86: Clean up 'sizeof x' => 'sizeof(x)' tip-bot for Jordan Borgner
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=20181029061346.GC128403@gmail.com \
--to=mingo@kernel.org \
--cc=bp@alien8.de \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mail@jordan-borgner.de \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.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.