Re: [PATCH 1/3] x86: fix typo in comment for poke_text_early

2019-09-02 Thread Borislav Petkov
On Mon, Sep 02, 2019 at 12:24:34PM +0200, Marco Ammon wrote: > In the documentation for text_poke_early, "protected again" should > actually be "protected against". This patch fixes the spelling mistake. For the future: Avoid having "This patch" or "This commit" in the commit message. It is tauto

[PATCH 1/3] x86: fix typo in comment for poke_text_early

2019-09-02 Thread Marco Ammon
In the documentation for text_poke_early, "protected again" should actually be "protected against". This patch fixes the spelling mistake. Signed-off-by: Marco Ammon --- arch/x86/include/asm/text-patching.h | 4 ++-- arch/x86/kernel/alternative.c| 4 ++-- 2 files changed, 4 insertions(+)