From patchwork Wed May 26 18:51:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Achatz X-Patchwork-Id: 102469 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4QIpuxg014101 for ; Wed, 26 May 2010 18:51:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934170Ab0EZSvd (ORCPT ); Wed, 26 May 2010 14:51:33 -0400 Received: from mail-in-06.arcor-online.net ([151.189.21.46]:44743 "EHLO mail-in-06.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757667Ab0EZSvc (ORCPT ); Wed, 26 May 2010 14:51:32 -0400 Received: from mail-in-13-z2.arcor-online.net (mail-in-13-z2.arcor-online.net [151.189.8.30]) by mx.arcor.de (Postfix) with ESMTP id 3677110BE89; Wed, 26 May 2010 20:51:31 +0200 (CEST) Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) by mail-in-13-z2.arcor-online.net (Postfix) with ESMTP id 1B933E1CD0; Wed, 26 May 2010 20:51:31 +0200 (CEST) Received: from [192.168.0.1] (dslb-088-065-129-082.pools.arcor-ip.net [88.65.129.82]) by mail-in-11.arcor-online.net (Postfix) with ESMTPS id EB11035A789; Wed, 26 May 2010 20:51:28 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-11.arcor-online.net EB11035A789 Subject: [PATCH 2/3] HID: Fixed warning of checkpatch.pl in roccat char device header From: Stefan Achatz Reply-To: erazor_de@users.sourceforge.net To: Randy Dunlap , Stefan Achatz , Stephen Rothwell , Jiri Kosina , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-doc@vger.kernel.org, Tejun Heo Date: Wed, 26 May 2010 20:51:28 +0200 Message-ID: <1274899888.9492.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 26 May 2010 18:51:57 +0000 (UTC) diff --git a/drivers/hid/hid-roccat.h b/drivers/hid/hid-roccat.h index d8aae0c..09e864e 100644 --- a/drivers/hid/hid-roccat.h +++ b/drivers/hid/hid-roccat.h @@ -15,7 +15,7 @@ #include #include -#if defined(CONFIG_HID_ROCCAT) || defined (CONFIG_HID_ROCCAT_MODULE) +#if defined(CONFIG_HID_ROCCAT) || defined(CONFIG_HID_ROCCAT_MODULE) int roccat_connect(struct hid_device *hid); void roccat_disconnect(int minor); int roccat_report_event(int minor, u8 const *data, int len);