Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173802
b: refs/heads/master
c: fbfecd3
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Jiri Kosina committed Dec 4, 2009
1 parent 5f72906 commit e74ed06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: bf48aabb894fd0639ab72a26e8abbd7683ef23c2
refs/heads/master: fbfecd3712f917ca210a55c157233d88b785896b
2 changes: 1 addition & 1 deletion trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -3238,7 +3238,7 @@ static u64 s2io_mdio_read(u32 mmd_type, u64 addr, struct net_device *dev)

/**
* s2io_chk_xpak_counter - Function to check the status of the xpak counters
* @counter : couter value to be updated
* @counter : counter value to be updated
* @flag : flag to indicate the status
* @type : counter type
* Description:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ dasd_statistics_read(char *page, char **start, off_t off,
}

prof = &dasd_global_profile;
/* prevent couter 'overflow' on output */
/* prevent counter 'overflow' on output */
for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999;
factor *= 10);

Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/irq/spurious.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void note_interrupt(unsigned int irq, struct irq_desc *desc,
/*
* If we are seeing only the odd spurious IRQ caused by
* bus asynchronicity then don't eventually trigger an error,
* otherwise the couter becomes a doomsday timer for otherwise
* otherwise the counter becomes a doomsday timer for otherwise
* working systems
*/
if (time_after(jiffies, desc->last_unhandled + HZ/10))
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/synth/emux/soundfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf)


/*
* increment sample couter
* increment sample counter
*/
static void
set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,
Expand Down

0 comments on commit e74ed06

Please sign in to comment.