drivers/net: return operator cleanup
[deliverable/linux.git] / drivers / net / wan / pc300_tty.c
index 4293889e287e7ff28a00020d7279c67b596a9d2a..515d9b8af01e6e8c409a4fcd9e6488918d8a4981 100644 (file)
@@ -540,7 +540,7 @@ static int cpc_tty_chars_in_buffer(struct tty_struct *tty)
                return -ENODEV; 
        }
    
-       return(0); 
+       return 0;
 } 
 
 static int pc300_tiocmset(struct tty_struct *tty, struct file *file,
This page took 0.025482 seconds and 5 git commands to generate.