Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343034
b: refs/heads/master
c: d93cf06
h: refs/heads/master
v: v3
  • Loading branch information
Adam Buchbinder authored and Jiri Kosina committed Nov 19, 2012
1 parent 76dc2f7 commit 03e77c5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e79162a52da61c3a67d0796b9f0e37a5e0ccbd6
refs/heads/master: d93cf0687c9853bf91b1b9a5124ab97ebc47e00c
2 changes: 1 addition & 1 deletion trunk/arch/cris/include/arch-v10/arch/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/cris/include/arch-v32/arch/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/net/irda/irlmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/core/seq/seq_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct ops_list {
/* operators */
struct snd_seq_dev_ops ops;

/* registred devices */
/* registered devices */
struct list_head dev_list; /* list of devices */
int num_devices; /* number of associated devices */
int num_init_devices; /* number of initialized devices */
Expand Down

0 comments on commit 03e77c5

Please sign in to comment.