diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2018-01-29 12:55:29 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-02-05 07:34:52 +0100 |
commit | 364e3f90f8e9198681ccccad4bea2f681a8ffba2 (patch) | |
tree | 24d5e168c09c83e1cee9f9d42b1eab46b9267d28 /drivers/s390/cio/vfio_ccw_cp.c | |
parent | 6587553031d33f3abbf33b7431a66f0c881d0def (diff) | |
download | linux-stable-364e3f90f8e9198681ccccad4bea2f681a8ffba2.tar.gz linux-stable-364e3f90f8e9198681ccccad4bea2f681a8ffba2.tar.bz2 linux-stable-364e3f90f8e9198681ccccad4bea2f681a8ffba2.zip |
s390/cio: fix kernel-doc usage
Fix the kernel-doc usage in cio to get rid of (W=1) build warnings like:
drivers/s390/cio/cio.c:1068: warning: No description found for parameter 'sch'
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/cio/vfio_ccw_cp.c')
-rw-r--r-- | drivers/s390/cio/vfio_ccw_cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/vfio_ccw_cp.c b/drivers/s390/cio/vfio_ccw_cp.c index d9a2fffd034b..2c7550797ec2 100644 --- a/drivers/s390/cio/vfio_ccw_cp.c +++ b/drivers/s390/cio/vfio_ccw_cp.c @@ -835,7 +835,7 @@ void cp_update_scsw(struct channel_program *cp, union scsw *scsw) /** * cp_iova_pinned() - check if an iova is pinned for a ccw chain. - * @cmd: ccwchain command on which to perform the operation + * @cp: channel_program on which to perform the operation * @iova: the iova to check * * If the @iova is currently pinned for the ccw chain, return true; |