Re: [PATCH] s390/cio: fix intparm documentation

From: Sebastian Ott
Date: Mon Sep 16 2019 - 13:53:31 EST


On Wed, 11 Sep 2019, Cornelia Huck wrote:
> 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@xxxxxxxxxx>

I did a similar patch after a discusion with a colleague a couple of
months ago but totally forgot about that... yours has better description
and kdoc anyway ;-)

Applied. Thanks!