]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: vmx - Align the short log with Makefile cleanups
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 1 May 2022 13:07:49 +0000 (22:07 +0900)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 May 2022 10:16:56 +0000 (18:16 +0800)
commit1a3cce37961e55a1c597b96aba34678a6d65876a
treea46b887f5a8b7bfc0358cc63cc60577b67c44a0a
parenta8e6a075b7489b5c6e852a51e03ed27cc973db01
crypto: vmx - Align the short log with Makefile cleanups

I notieced the log is not properly aligned:

  PERL drivers/crypto/vmx/aesp8-ppc.S
  CC [M]  fs/xfs/xfs_reflink.o
  PERL drivers/crypto/vmx/ghashp8-ppc.S
  CC [M]  drivers/crypto/vmx/aes.o

Add some spaces after 'PERL'.

While I was here, I cleaned up the Makefile:

 - Merge the two similar rules

 - Remove redundant 'clean-files' (Having 'targets' is enough)

 - Move the flavour into the build command

This still avoids the build failures fixed by commit fd982e33732a
("crypto: vmx - Avoid weird build failures").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/vmx/Makefile