OSDN Git Service

s390/cio: fix intparm documentation
authorCornelia Huck <cohuck@redhat.com>
Wed, 11 Sep 2019 16:41:03 +0000 (18:41 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 19 Sep 2019 10:56:06 +0000 (12:56 +0200)
commitb91d9e67e50bfc79850a1760b8e59dc1dc56057f
tree73d29773f77325fe6208113c93bfbe6930b5b687
parentf71fee2711a788b94ff0acb02fbd2bfe2de7e0a3
s390/cio: fix intparm documentation

The common I/O layer is maintaining an "intparm" inspired by
the hardware intparm for driver usage. This "intparm" is not
only applicaple for ssch, but also for hsch/csch. The kerneldoc
states that it is only updated for hsch/csch if no prior request
is pending; however, this is not what the code does (whether
that would actually desireable is a different issue.)

Let's at least fix the kerneldoc for now.

Fixes: b2ffd8e9a76e ("[S390] cio: Add docbook comments.")
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Sebastian Ott <sebott@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/cio/device_ops.c