Skip to content

Commit 353e444

Browse files
Thomas Zimmermannhdeller
authored andcommitted
fbdev: g364fb: Remove trailing whitespaces
Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 56fd955 commit 353e444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/video/fbdev/g364fb.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This driver is based on tgafb.c
88
*
9-
* Copyright (C) 1997 Geert Uytterhoeven
9+
* Copyright (C) 1997 Geert Uytterhoeven
1010
* Copyright (C) 1995 Jay Estabrook
1111
*
1212
* This file is subject to the terms and conditions of the GNU General Public
@@ -28,7 +28,7 @@
2828
#include <asm/io.h>
2929
#include <asm/jazz.h>
3030

31-
/*
31+
/*
3232
* Various defines for the G364
3333
*/
3434
#define G364_MEM_BASE 0xe4400000
@@ -125,7 +125,7 @@ static const struct fb_ops g364fb_ops = {
125125
*
126126
* This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
127127
*/
128-
static int g364fb_pan_display(struct fb_var_screeninfo *var,
128+
static int g364fb_pan_display(struct fb_var_screeninfo *var,
129129
struct fb_info *info)
130130
{
131131
if (var->xoffset ||

0 commit comments

Comments
 (0)