]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
s390/ap: rename and clarify ap state machine related stuff
authorHarald Freudenberger <freude@linux.ibm.com>
Tue, 26 May 2020 08:49:33 +0000 (10:49 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 3 Jul 2020 08:49:49 +0000 (10:49 +0200)
commitdc4b6ded3c17ebe1d7532943192b2308c031c43b
treee086c32011fcc7dfeeebfef98c134fb1186fe4bc
parent7e202acb5c4397b17e275c017f84e4df34314578
s390/ap: rename and clarify ap state machine related stuff

There is a state machine held for each ap queue device.
The states and functions related to this where somethimes
noted with _sm_ somethimes without. This patch clarifies
and renames all the ap queue state machine related functions,
enums and defines to have a _sm_ in the name.

There is no functional change coming with this patch - it's
only beautifying code.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
drivers/s390/crypto/ap_bus.c
drivers/s390/crypto/ap_bus.h
drivers/s390/crypto/ap_queue.c