Loading Documentation/sysctl/kernel.txt +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ Controls the kernel's behaviour when an oops or BUG is encountered. pid_max: PID allocation wrap value. When the kenrel's next PID value PID allocation wrap value. When the kernel's next PID value reaches this value, it wraps back to a minimum PID value. PIDs of value pid_max or larger are not allocated. Loading arch/powerpc/oprofile/op_model_cell.c +1 −1 Original line number Diff line number Diff line Loading @@ -747,7 +747,7 @@ cell_handle_interrupt(struct pt_regs *regs, struct op_counter_config *ctr) * counter value etc.) are not copied to the actual registers * until the performance monitor is enabled. In order to get * this to work as desired, the permormance monitor needs to * be disabled while writting to the latches. This is a * be disabled while writing to the latches. This is a * HW design issue. */ cbe_enable_pm(cpu); Loading arch/x86_64/kernel/io_apic.c +1 −1 Original line number Diff line number Diff line Loading @@ -1413,7 +1413,7 @@ static void ack_apic_level(unsigned int irq) /* * We must acknowledge the irq before we move it or the acknowledge will * not propogate properly. * not propagate properly. */ ack_APIC_irq(); Loading drivers/char/tty_io.c +4 −4 Original line number Diff line number Diff line Loading @@ -1573,11 +1573,11 @@ void no_tty(void) /** * stop_tty - propogate flow control * stop_tty - propagate flow control * @tty: tty to stop * * Perform flow control to the driver. For PTY/TTY pairs we * must also propogate the TIOCKPKT status. May be called * must also propagate the TIOCKPKT status. May be called * on an already stopped device and will not re-call the driver * method. * Loading Loading @@ -1607,11 +1607,11 @@ void stop_tty(struct tty_struct *tty) EXPORT_SYMBOL(stop_tty); /** * start_tty - propogate flow control * start_tty - propagate flow control * @tty: tty to start * * Start a tty that has been stopped if at all possible. Perform * any neccessary wakeups and propogate the TIOCPKT status. If this * any neccessary wakeups and propagate the TIOCPKT status. If this * is the tty was previous stopped and is being started then the * driver start method is invoked and the line discipline woken. * Loading drivers/media/dvb/frontends/dib7000m.c +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ static int dib7000m_sad_calib(struct dib7000m_state *state) { /* internal */ // dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is writting in set_bandwidth // dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is written in set_bandwidth dib7000m_write_word(state, 929, (0 << 1) | (0 << 0)); dib7000m_write_word(state, 930, 776); // 0.625*3.3 / 4096 Loading Loading
Documentation/sysctl/kernel.txt +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ Controls the kernel's behaviour when an oops or BUG is encountered. pid_max: PID allocation wrap value. When the kenrel's next PID value PID allocation wrap value. When the kernel's next PID value reaches this value, it wraps back to a minimum PID value. PIDs of value pid_max or larger are not allocated. Loading
arch/powerpc/oprofile/op_model_cell.c +1 −1 Original line number Diff line number Diff line Loading @@ -747,7 +747,7 @@ cell_handle_interrupt(struct pt_regs *regs, struct op_counter_config *ctr) * counter value etc.) are not copied to the actual registers * until the performance monitor is enabled. In order to get * this to work as desired, the permormance monitor needs to * be disabled while writting to the latches. This is a * be disabled while writing to the latches. This is a * HW design issue. */ cbe_enable_pm(cpu); Loading
arch/x86_64/kernel/io_apic.c +1 −1 Original line number Diff line number Diff line Loading @@ -1413,7 +1413,7 @@ static void ack_apic_level(unsigned int irq) /* * We must acknowledge the irq before we move it or the acknowledge will * not propogate properly. * not propagate properly. */ ack_APIC_irq(); Loading
drivers/char/tty_io.c +4 −4 Original line number Diff line number Diff line Loading @@ -1573,11 +1573,11 @@ void no_tty(void) /** * stop_tty - propogate flow control * stop_tty - propagate flow control * @tty: tty to stop * * Perform flow control to the driver. For PTY/TTY pairs we * must also propogate the TIOCKPKT status. May be called * must also propagate the TIOCKPKT status. May be called * on an already stopped device and will not re-call the driver * method. * Loading Loading @@ -1607,11 +1607,11 @@ void stop_tty(struct tty_struct *tty) EXPORT_SYMBOL(stop_tty); /** * start_tty - propogate flow control * start_tty - propagate flow control * @tty: tty to start * * Start a tty that has been stopped if at all possible. Perform * any neccessary wakeups and propogate the TIOCPKT status. If this * any neccessary wakeups and propagate the TIOCPKT status. If this * is the tty was previous stopped and is being started then the * driver start method is invoked and the line discipline woken. * Loading
drivers/media/dvb/frontends/dib7000m.c +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ static int dib7000m_sad_calib(struct dib7000m_state *state) { /* internal */ // dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is writting in set_bandwidth // dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is written in set_bandwidth dib7000m_write_word(state, 929, (0 << 1) | (0 << 0)); dib7000m_write_word(state, 930, 776); // 0.625*3.3 / 4096 Loading