Loading arch/cris/include/arch-v10/arch/irq.h +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ __asm__ ( \ * it here, we would not get the multiple_irq at all. * * The non-blocking here is based on the knowledge that the timer interrupt is * registred as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * registered as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * be an sti() before the timer irq handler is run to acknowledge the interrupt. */ Loading arch/cris/include/arch-v32/arch/irq.h +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ __asm__ ( \ * if we had BLOCK'edit here, we would not get the multiple_irq at all. * * The non-blocking here is based on the knowledge that the timer interrupt is * registred as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * registered as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * be an sti() before the timer irq handler is run to acknowledge the interrupt. */ #define BUILD_TIMER_IRQ(nr, mask) \ Loading include/linux/netdevice.h +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ typedef enum gro_result gro_result_t; * * If the rx_handler consider the skb should be ignored, it should return * RX_HANDLER_EXACT. The skb will only be delivered to protocol handlers that * are registred on exact device (ptype->dev == skb->dev). * are registered on exact device (ptype->dev == skb->dev). * * If the rx_handler didn't changed skb->dev, but want the skb to be normally * delivered, it should return RX_HANDLER_PASS. Loading include/net/irda/irlmp.h +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ typedef struct { } CACHE_ENTRY; /* * Information about each registred IrLAP layer * Information about each registered IrLAP layer */ struct lap_cb { irda_queue_t queue; /* Must be first */ Loading net/netfilter/nf_log.c +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ static struct nf_logger *__find_logger(int pf, const char *str_logger) return NULL; } /* return EEXIST if the same logger is registred, 0 on success. */ /* return EEXIST if the same logger is registered, 0 on success. */ int nf_log_register(u_int8_t pf, struct nf_logger *logger) { const struct nf_logger *llog; Loading Loading
arch/cris/include/arch-v10/arch/irq.h +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ __asm__ ( \ * it here, we would not get the multiple_irq at all. * * The non-blocking here is based on the knowledge that the timer interrupt is * registred as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * registered as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * be an sti() before the timer irq handler is run to acknowledge the interrupt. */ Loading
arch/cris/include/arch-v32/arch/irq.h +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ __asm__ ( \ * if we had BLOCK'edit here, we would not get the multiple_irq at all. * * The non-blocking here is based on the knowledge that the timer interrupt is * registred as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * registered as a fast interrupt (IRQF_DISABLED) so that we _know_ there will not * be an sti() before the timer irq handler is run to acknowledge the interrupt. */ #define BUILD_TIMER_IRQ(nr, mask) \ Loading
include/linux/netdevice.h +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ typedef enum gro_result gro_result_t; * * If the rx_handler consider the skb should be ignored, it should return * RX_HANDLER_EXACT. The skb will only be delivered to protocol handlers that * are registred on exact device (ptype->dev == skb->dev). * are registered on exact device (ptype->dev == skb->dev). * * If the rx_handler didn't changed skb->dev, but want the skb to be normally * delivered, it should return RX_HANDLER_PASS. Loading
include/net/irda/irlmp.h +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ typedef struct { } CACHE_ENTRY; /* * Information about each registred IrLAP layer * Information about each registered IrLAP layer */ struct lap_cb { irda_queue_t queue; /* Must be first */ Loading
net/netfilter/nf_log.c +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ static struct nf_logger *__find_logger(int pf, const char *str_logger) return NULL; } /* return EEXIST if the same logger is registred, 0 on success. */ /* return EEXIST if the same logger is registered, 0 on success. */ int nf_log_register(u_int8_t pf, struct nf_logger *logger) { const struct nf_logger *llog; Loading