From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751822AbeAWRhp (ORCPT ); Tue, 23 Jan 2018 12:37:45 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:59608 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751641AbeAWRhn (ORCPT ); Tue, 23 Jan 2018 12:37:43 -0500 Date: Tue, 23 Jan 2018 18:37:35 +0100 (CET) From: Sebastian Ott X-X-Sender: sebott@schleppi To: Cornelia Huck cc: Martin Schwidefsky , Heiko Carstens , corbet@lwn.net, oberpar@linux.vnet.ibm.com, linux-s390@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] s390/cmf: fix kerneldoc In-Reply-To: <20180123150245.30312-4-cohuck@redhat.com> References: <20180123150245.30312-1-cohuck@redhat.com> <20180123150245.30312-4-cohuck@redhat.com> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) Organization: =?ISO-8859-15?Q?=22IBM_Deutschland_Research_&_Development_GmbH?= =?ISO-8859-15?Q?_=2F_Vorsitzende_des_Aufsichtsrats=3A_Martina?= =?ISO-8859-15?Q?_Koederitz_Gesch=E4ftsf=FChrung=3A_Dirk_Wittkopp?= =?ISO-8859-15?Q?_Sitz_der_Gesellschaft=3A_B=F6blingen_=2F_Reg?= =?ISO-8859-15?Q?istergericht=3A_Amtsgericht_Stuttgart=2C_HRB_2432?= =?ISO-8859-15?Q?94=22?= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-TM-AS-GCONF: 00 x-cbid: 18012317-0016-0000-0000-0000051AFDD8 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18012317-0017-0000-0000-00002857846A Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-23_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=3 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801230240 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 Jan 2018, Cornelia Huck wrote: > Make sure we use proper Return sections, and make the output > for cmf_enable() less odd. > > Signed-off-by: Cornelia Huck > --- > +++ b/drivers/s390/cio/cmf.c > @@ -1118,9 +1118,10 @@ int ccw_set_cmf(struct ccw_device *cdev, int enable) > * enable_cmf() - switch on the channel measurement for a specific device > * @cdev: The ccw device to be enabled > * > - * Returns %0 for success or a negative error value. > - * Note: If this is called on a device for which channel measurement is already > - * enabled a reset of the measurement data is triggered. > + * Enable channel measurements for @cdev. If this is called on a device > + * for which channel measurement is already enabled a reset of the > + * measurement data is triggered. > + * Returns: %0 for success or a negative error value ^ I took the liberty to do re-add the dot at the end.. Applied. Thanks!