On Mon, 14 Oct 2019 20:08:55 +0200 Eric Farman <farman@xxxxxxxxxxxxx> wrote: > Rename this trace to the function name, so we remember what is being > traced instead of an abstract reference to the function control bit > of the SCSW (since that exists in the IRB, but not the ORB). > > Signed-off-by: Eric Farman <farman@xxxxxxxxxxxxx> > --- > drivers/s390/cio/vfio_ccw_fsm.c | 4 ++-- > drivers/s390/cio/vfio_ccw_trace.c | 2 +- > drivers/s390/cio/vfio_ccw_trace.h | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) That makes sense (I don't supposed this is used in any tooling, as it is more of a low-level debug trace.)