solving the following warning:
arch/x86/kernel/cpu/feat_ctl.c:112:6: warning: no previous prototype for
'init_ia32_feat_ctl'
[-Wmissing-prototypes]
This warning appeared after 5d5103595e9e5 had moved function
n referring to commits in the commit message, you should use the standard
format with both the hash and commit title, as shown in [1]. Also make sure to
run ./scripts/checkpatch.pl against your patch to check for issues before
sending. Checkpatch would have pointed this issue out to you.
Thanks,
Nícolas
[1] https://www.kernel.org/doc/html/latest/process/submitting-patches.html#describe-your-changes
init_ia32_feat_ctl()'s prototype from arch/x86/kernel/cpu/cpu.h to
arch/x86/include/asm/cpu.h.