From patchwork Sat Nov 6 18:52:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Achatz X-Patchwork-Id: 306222 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oA6IrKtX029730 for ; Sat, 6 Nov 2010 18:53:20 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752899Ab0KFSwu (ORCPT ); Sat, 6 Nov 2010 14:52:50 -0400 Received: from mail-in-01.arcor-online.net ([151.189.21.41]:51785 "EHLO mail-in-01.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659Ab0KFSws (ORCPT ); Sat, 6 Nov 2010 14:52:48 -0400 Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mx.arcor.de (Postfix) with ESMTP id A04B65A398; Sat, 6 Nov 2010 19:52:47 +0100 (CET) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 9813315B563; Sat, 6 Nov 2010 19:52:47 +0100 (CET) Received: from [192.168.0.7] (dslb-084-057-024-177.pools.arcor-ip.net [84.57.24.177]) by mail-in-09.arcor-online.net (Postfix) with ESMTPS id D88D619785B; Sat, 6 Nov 2010 19:52:46 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-09.arcor-online.net D88D619785B Subject: [PATCH 2/3] HID: roccat: declaring meaning of pack pragma usage in koneplus driver From: Stefan Achatz Reply-To: erazor_de@users.sourceforge.net To: Jiri Kosina Cc: Randy Dunlap , Bruno =?ISO-8859-1?Q?Pr=E9mont?= , Stephane Chatty , Don Prince , Dmitry Torokhov , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org In-Reply-To: References: <1287943025.2623.16.camel@neuromancer> <1288978962.2585.15.camel@neuromancer> Date: Sat, 06 Nov 2010 19:52:46 +0100 Message-ID: <1289069566.5166.3.camel@neuromancer> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 (2.30.3-1.fc13) 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 (demeter1.kernel.org [140.211.167.41]); Sat, 06 Nov 2010 18:53:20 +0000 (UTC) diff --git a/drivers/hid/hid-roccat-koneplus.h b/drivers/hid/hid-roccat-koneplus.h index bf750fa..c25a799 100644 --- a/drivers/hid/hid-roccat-koneplus.h +++ b/drivers/hid/hid-roccat-koneplus.h @@ -14,6 +14,9 @@ #include +/* + * Binary data structures for communication with hardware must have no padding. + */ #pragma pack(push) #pragma pack(1)