Re: [PATCH 3/3] perf/core: Move inline keyword at the beginning of declaration
From: Mathieu Malaterre
Date: Thu Dec 28 2017 - 12:25:55 EST
Hi again,
On Thu, Dec 28, 2017 at 1:20 PM, Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> BTW., your email "To:" header is horribly broken, for this and the other patches
> you sent recently:
>
> To: unlisted-recipients: no To-header on input <;
>
> I manually fixed it up when replying, but please fix.
Right. I copy/pasted a zsh command from the web which seems to be far
from perfect:
function kpatch () {
patch=$1
shift
git send-email \
--cc-cmd="./scripts/get_maintainer.pl --norolestats $patch" \
$@ $patch
}
I'll fix that.
Thanks