Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755271AbcLORgu convert rfc822-to-8bit (ORCPT ); Thu, 15 Dec 2016 12:36:50 -0500 Received: from mail-by2nam01on0111.outbound.protection.outlook.com ([104.47.34.111]:29664 "EHLO NAM01-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752312AbcLORgs (ORCPT ); Thu, 15 Dec 2016 12:36:48 -0500 X-Greylist: delayed 5036 seconds by postgrey-1.27 at vger.kernel.org; Thu, 15 Dec 2016 12:36:47 EST From: Hartley Sweeten To: Ian Abbott , Piotr Gregor CC: "gregkh@linuxfoundation.org" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH] drivers: staging: comedi: fix function prototypes Thread-Topic: [PATCH] drivers: staging: comedi: fix function prototypes Thread-Index: AQHSVhAoH8z0ZhSp3EuFyGZbqZlG/qEI5S0AgABhmZA= Date: Thu, 15 Dec 2016 17:36:06 +0000 Message-ID: References: <20161214134208.GA26114@westernst> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=HartleyS@visionengravers.com; x-originating-ip: [184.183.19.121] x-ms-office365-filtering-correlation-id: 3439816a-63a9-45d3-f934-08d42510d9a0 x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001);SRVR:SN1PR0101MB1568; x-microsoft-exchange-diagnostics: 1;SN1PR0101MB1568;7:4oPBEyVXt421TXqE8h7abwqt/2ZAxdqtvCFY2hHJ7BtmS0uBfB/StOFSaOWVFWUTquuS9+QNNcKKUkvdhQ6HYOa+qoyDYjb1qW5bFQ1gIVRQyk/K17DK7oQtzPRWgZJC0QvJPTZu94OMryoTwVWl5GOhnNBmN8ambIs14TPGjRiMPmh6pHxjrPH1iYh8WnmKi5/BRSOfn2P5fA+sx5h1lsc8nqU8GPnL79B816jusCMmEKlTvhw4KCQ/Pbvi0CbNy85Jlv3PlN848WVypue6K5cpEddDhe14vm9hTQylPtqpqWicbDlO+0h30a8f1wAVPgum9AxH2X5AwCrO4DlcLJAaMpD/9YNs6QrfnlspwkmSPWeFIJtAQX5efRPrsFOpCr0Gngq8YA6dLVEeNJYPBNjrrVvlNLI7cy+YE1KtJg5gV1NDb4RShobQj3fL/TmPrxicNb/mwcWtYNmbTTckNw== x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(20558992708506); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6040375)(2401047)(5005006)(8121501046)(3002001)(10201501046)(6041248)(20161123564025)(2016111802025)(20161123562025)(20161123560025)(20161123555025)(6072148)(6043046);SRVR:SN1PR0101MB1568;BCL:0;PCL:0;RULEID:;SRVR:SN1PR0101MB1568; x-forefront-prvs: 0157DEB61B x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(7916002)(39450400003)(39410400002)(39840400002)(377454003)(24454002)(199003)(189002)(77096006)(3846002)(6436002)(3660700001)(38730400001)(68736007)(9686002)(86362001)(6506006)(105586002)(106356001)(25786008)(8676002)(81166006)(81156014)(122556002)(2906002)(5660300001)(8936002)(92566002)(106116001)(2950100002)(189998001)(97736004)(5001770100001)(3280700002)(229853002)(80792005)(7696004)(50986999)(54356999)(6116002)(101416001)(76176999)(2900100001)(7736002)(66066001)(33656002)(74316002)(305945005)(102836003)(4326007);DIR:OUT;SFP:1102;SCL:1;SRVR:SN1PR0101MB1568;H:SN1PR0101MB1565.prod.exchangelabs.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: visionengravers.com X-MS-Exchange-CrossTenant-originalarrivaltime: 15 Dec 2016 17:36:06.4380 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: d698601f-af92-4269-8099-fd6f11636477 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1PR0101MB1568 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 396 Lines: 12 On Thursday, December 15, 2016 4:45 AM, Ian Abbott wrote: > On 14/12/16 13:42, Piotr Gregor wrote: >> Add names of parameters to function prototypes in comedi PCI. >> Checkpatch reports now no errors. >> >> Signed-off-by: Piotr Gregor > > Looks good, thanks! > > Reviewed-by: Ian Abbott Reviewed-by: H Hartley Sweeten