tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / sound / oss / dmasound / dmasound_paula.c
index 90fc058..bb14e4c 100644 (file)
@@ -91,10 +91,6 @@ static irqreturn_t AmiInterrupt(int irq, void *dummy);
      *  power LED are controlled by the same line.
      */
 
-#ifdef CONFIG_APUS
-#define mach_heartbeat ppc_md.heartbeat
-#endif
-
 static void (*saved_heartbeat)(int) = NULL;
 
 static inline void disable_heartbeat(void)
@@ -661,7 +657,7 @@ static int AmiStateInfo(char *buffer, size_t space)
        len += sprintf(buffer+len, "\tsound.volume_right = %d [0...64]\n",
                       dmasound.volume_right);
        if (len >= space) {
-               printk(KERN_ERR "dmasound_paula: overlowed state buffer alloc.\n") ;
+               printk(KERN_ERR "dmasound_paula: overflowed state buffer alloc.\n") ;
                len = space ;
        }
        return len;
@@ -714,7 +710,7 @@ static MACHINE machAmiga = {
 /*** Config & Setup **********************************************************/
 
 
-int __init dmasound_paula_init(void)
+static int __init dmasound_paula_init(void)
 {
        int err;