uml: const and other tidying
[deliverable/linux.git] / arch / um / os-Linux / sigio.c
index dc03e9cccb630146c0d62504d5ff4ea5e2c14b50..7243f5733772b47f12f5e7f4a8b21a7a15504f60 100644 (file)
@@ -407,7 +407,7 @@ static int async_pty(int master, int slave)
        if((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0))
                return -errno;
 
-       return(0);
+       return 0;
 }
 
 static void __init check_one_sigio(void (*proc)(int, int))
This page took 0.037621 seconds and 5 git commands to generate.