block: fix warning with calling smp_processor_id() in preemptible section
[pandora-kernel.git] / drivers / staging / generic_serial / generic_serial.c
index 466988d..f29dda4 100644 (file)
@@ -113,7 +113,7 @@ int gs_write(struct tty_struct * tty,
 
                c = count;
  
-               /* This is safe because we "OWN" the "head". Noone else can 
+               /* This is safe because we "OWN" the "head". No one else can 
                   change the "head": we own the port_write_mutex. */
                /* Don't overrun the end of the buffer */
                t = SERIAL_XMIT_SIZE - port->xmit_head;