From: Frank Pan on 19 May 2010 22:00 Greetings. Recently I'm reading linux kernel and I've found this tiny problem. � � The comment at top of fbcon_cw.c annonced it is fbcon_ud.c. I'm strongly interested in linux kernel and wish to learn the community. Although this problem is really not a big deal, but maybe it's a good start, good chance to learn. If I did anything unregular, please tell me. Thank you. Here is my patch: diff --git a/drivers/video/console/fbcon_cw.c b/drivers/video/console/fbcon_cw.c index 126110f..2f51a51 100644 --- a/drivers/video/console/fbcon_cw.c +++ b/drivers/video/console/fbcon_cw.c @@ -1,5 +1,5 @@ /* - * �linux/drivers/video/console/fbcon_ud.c -- Software Rotation - 90 degrees + * �linux/drivers/video/console/fbcon_cw.c -- Software Rotation - 90 degrees �* �* � � �Copyright (C) 2005 Antonino Daplas <adaplas @pol.net> �* -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: v4l-dvb: update gfp/slab.h includes Next: acpi: video: fix acpi_backlight=video |