@@ -111,7 +111,7 @@ static u_long get_line_length(int xres_virtual, int bpp)
111
111
* First part, xxxfb_check_var, must not write anything
112
112
* to hardware, it should only verify and adjust var.
113
113
* This means it doesn't alter par but it does use hardware
114
- * data from it to check this var.
114
+ * data from it to check this var.
115
115
*/
116
116
117
117
static int vfb_check_var (struct fb_var_screeninfo * var ,
@@ -169,7 +169,7 @@ static int vfb_check_var(struct fb_var_screeninfo *var,
169
169
170
170
/*
171
171
* Now that we checked it we alter var. The reason being is that the video
172
- * mode passed in might not work but slight changes to it might make it
172
+ * mode passed in might not work but slight changes to it might make it
173
173
* work. This way we let the user know what is acceptable.
174
174
*/
175
175
switch (var -> bits_per_pixel ) {
@@ -235,8 +235,8 @@ static int vfb_check_var(struct fb_var_screeninfo *var,
235
235
}
236
236
237
237
/* This routine actually sets the video mode. It's in here where we
238
- * the hardware state info->par and fix which can be affected by the
239
- * change in par. For this driver it doesn't do much.
238
+ * the hardware state info->par and fix which can be affected by the
239
+ * change in par. For this driver it doesn't do much.
240
240
*/
241
241
static int vfb_set_par (struct fb_info * info )
242
242
{
@@ -379,7 +379,7 @@ static int vfb_pan_display(struct fb_var_screeninfo *var,
379
379
}
380
380
381
381
/*
382
- * Most drivers don't need their own mmap function
382
+ * Most drivers don't need their own mmap function
383
383
*/
384
384
385
385
static int vfb_mmap (struct fb_info * info ,
0 commit comments