Comments of fbcon_cw.c made a mistake
From: Frank Pan
Date: Wed May 19 2010 - 21:56:51 EST
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/