Eric Biggers <ebigg...@kernel.org> writes: > From: Eric Biggers <ebigg...@google.com> > > Remove the boilerplate license text and replace it with the equivalent > SPDX license identifier. > > Signed-off-by: Eric Biggers <ebigg...@google.com> > --- > drivers/crypto/vmx/aes.c | 14 +------------- > drivers/crypto/vmx/aes_cbc.c | 14 +------------- > drivers/crypto/vmx/aes_ctr.c | 14 +------------- > drivers/crypto/vmx/aes_xts.c | 14 +------------- > drivers/crypto/vmx/vmx.c | 14 +------------- > 5 files changed, 5 insertions(+), 65 deletions(-)
Looks good to me. Reviewed-by: Michael Ellerman <m...@ellerman.id.au> cheers