]> git.baikalelectronics.ru Git - kernel.git/commit
s390/zcrypt: rework of debug feature messages
authorHarald Freudenberger <freude@linux.ibm.com>
Fri, 15 Oct 2021 10:00:22 +0000 (12:00 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 26 Oct 2021 13:21:27 +0000 (15:21 +0200)
commit34d496c153ffbd92d5de13017ec4073a286b6e9f
treec0269f60e091803fae579ce62a92dfac76242edc
parent12976460675c23a8565f65ee105ec70ecd40db37
s390/zcrypt: rework of debug feature messages

This patch reworks all the debug feature invocations to be
more uniform. All invocations now use the macro with the
level already part of the macro name. All messages now start
with %s filled with __func__ (well there are still some
exceptions), and some message text has been shortened or
reworked.

There is no functional code touched with this patch.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/ap_bus.c
drivers/s390/crypto/ap_debug.h
drivers/s390/crypto/ap_queue.c
drivers/s390/crypto/zcrypt_api.c
drivers/s390/crypto/zcrypt_card.c
drivers/s390/crypto/zcrypt_debug.h
drivers/s390/crypto/zcrypt_error.h
drivers/s390/crypto/zcrypt_msgtype50.c
drivers/s390/crypto/zcrypt_msgtype6.c
drivers/s390/crypto/zcrypt_queue.c