V4L/DVB (7509): media/dvb/b2c2 replace remaining __FUNCTION__ occurrences
[deliverable/linux.git] / fs / select.c
index 5633fe98078179b472a878c444594c4628dbde28..00f58c5c7e05251ef4350e762481df8b07294212 100644 (file)
@@ -260,7 +260,7 @@ int do_select(int n, fd_set_bits *fds, s64 *timeout)
                wait = NULL;
                if (retval || !*timeout || signal_pending(current))
                        break;
-               if(table.error) {
+               if (table.error) {
                        retval = table.error;
                        break;
                }
This page took 0.027619 seconds and 5 git commands to generate.