From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: [PATCH 31/33] tridentfb: coding style improvement Date: Thu, 26 Jul 2007 20:51:14 +0800 Message-ID: <46A898C2.6000202@gmail.com> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1IE2wk-0001K1-DY for linux-fbdev-devel@lists.sourceforge.net; Thu, 26 Jul 2007 06:00:02 -0700 Received: from nz-out-0506.google.com ([64.233.162.224]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1IE2wh-0000Ru-TO for linux-fbdev-devel@lists.sourceforge.net; Thu, 26 Jul 2007 06:00:02 -0700 Received: by nz-out-0506.google.com with SMTP id f1so1353242nzc for ; Thu, 26 Jul 2007 05:59:59 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-fbdev-devel-bounces@lists.sourceforge.net Errors-To: linux-fbdev-devel-bounces@lists.sourceforge.net To: Andrew Morton Cc: Linux Fbdev development list From: Krzysztof Helt This patch contains coding style improvements to the tridentfb driver (white spaces, indentations, long lines). It also moves fb_ops structure after fb api functions are defined. Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas --- drivers/video/tridentfb.c | 1075 +++++++++++++++++++++++++-------------------- 1 files changed, 592 insertions(+), 483 deletions(-) diff --git a/drivers/video/tridentfb.c b/drivers/video/tridentfb.c index c699864..70fb4ee 100644 --- a/drivers/video/tridentfb.c +++ b/drivers/video/tridentfb.c @@ -1,18 +1,19 @@ /* * Frame buffer driver for Trident Blade and Image series * - * Copyright 2001,2002 - Jani Monoses + * Copyright 2001, 2002 - Jani Monoses * * * CREDITS:(in order of appearance) - * skeletonfb.c by Geert Uytterhoeven and other fb code in drivers/video - * Special thanks ;) to Mattia Crivellini - * much inspired by the XFree86 4.x Trident driver sources by Alan Hourihane - * the FreeVGA project - * Francesco Salvestrini XP support,code,suggestions + * skeletonfb.c by Geert Uytterhoeven and other fb code in drivers/video + * Special thanks ;) to Mattia Crivellini + * much inspired by the XFree86 4.x Trident driver sources + * by Alan Hourihane the FreeVGA project + * Francesco Salvestrini XP support, + * code, suggestions * TODO: - * timing value tweaking so it looks good on every monitor in every mode - * TGUI acceleration + * timing value tweaking so it looks good on every monitor in every mode + * TGUI acceleration */ #include @@ -26,11 +27,11 @@ #include