From patchwork Fri Apr 30 19:49:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 96039 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 o3UJoNon015048 for ; Fri, 30 Apr 2010 19:50:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755987Ab0D3TuU (ORCPT ); Fri, 30 Apr 2010 15:50:20 -0400 Received: from smtp-out19.alice.it ([85.33.2.19]:1832 "EHLO smtp-out19.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755887Ab0D3TuS (ORCPT ); Fri, 30 Apr 2010 15:50:18 -0400 Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-out19.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Fri, 30 Apr 2010 21:50:16 +0200 Received: from FBCMCL01B07.fbc.local ([192.168.171.45]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Fri, 30 Apr 2010 21:50:14 +0200 Received: from jcn ([87.11.145.131]) by FBCMCL01B07.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Fri, 30 Apr 2010 21:50:13 +0200 Received: from ao2 by jcn with local (Exim 4.71) (envelope-from ) id 1O7wE0-0007dC-0v; Fri, 30 Apr 2010 21:50:12 +0200 From: Antonio Ospite To: Jiri Kosina Cc: Antonio Ospite , linux-input@vger.kernel.org Subject: [TRIVIAL, PATCH] hid/hidraw: indent with tabs, not spaces Date: Fri, 30 Apr 2010 21:49:58 +0200 Message-Id: <1272656998-29307-1-git-send-email-ospite@studenti.unina.it> X-Mailer: git-send-email 1.7.1 X-Face: z*RaLf`X<@C75u6Ig9}{oW$H; 1_\2t5)({*|jhM/Vb; ]yA5\I~93>J<_`<4)A{':UrE X-OriginalArrivalTime: 30 Apr 2010 19:50:13.0451 (UTC) FILETIME=[595219B0:01CAE89E] 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]); Fri, 30 Apr 2010 19:50:24 +0000 (UTC) diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index 6eadf1a..a9becf9 100644 --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c @@ -311,7 +311,7 @@ static long hidraw_ioctl(struct file *file, unsigned int cmd, -EFAULT : len; break; } - } + } ret = -ENOTTY; }