[PATCH] radeonfb: fix typo

From: Christian Merkle
Date: Mon Jan 30 2006 - 21:43:57 EST


Just a cosmetical fixup.


Signed-off-by: Christian Merkle <chris@xxxxxxxxxxx>


--- a/drivers/video/aty/radeonfb.h 2006-01-31 02:34:05.000000000 +0000
+++ b/drivers/video/aty/radeonfb.h 2006-01-31 02:34:28.000000000 +0000
@@ -139,7 +139,7 @@
* This structure contains the various registers manipulated by this
* driver for setting or restoring a mode. It's mostly copied from
* XFree's RADEONSaveRec structure. A few chip settings might still be
- * tweaked without beeing reflected or saved in these registers though
+ * tweaked without being reflected or saved in these registers though
*/
struct radeon_regs {
/* Common registers */
@@ -382,7 +382,7 @@
/* Note about this function: we have some rare cases where we must not hedule,
* this typically happen with our special "wake up early" hook which allows us to
* wake up the graphic chip (and thus get the console back) before everything else
- * on some machines that support that mecanism. At this point, interrupts are off
+ * on some machines that support that mechanism. At this point, interrupts are off
* and scheduling is not permitted
*/
static inline void _radeon_msleep(struct radeonfb_info *rinfo, unsigned long ms)
-
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/