mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
tree-wide: fix typos "couter" -> "counter"
This patch was generated by git grep -E -i -l 'couter' | xargs -r perl -p -i -e 's/couter/counter/' Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
bf48aabb89
commit
fbfecd3712
4 changed files with 4 additions and 4 deletions
|
@ -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
|
* 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
|
* @flag : flag to indicate the status
|
||||||
* @type : counter type
|
* @type : counter type
|
||||||
* Description:
|
* Description:
|
||||||
|
|
|
@ -215,7 +215,7 @@ dasd_statistics_read(char *page, char **start, off_t off,
|
||||||
}
|
}
|
||||||
|
|
||||||
prof = &dasd_global_profile;
|
prof = &dasd_global_profile;
|
||||||
/* prevent couter 'overflow' on output */
|
/* prevent counter 'overflow' on output */
|
||||||
for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999;
|
for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999;
|
||||||
factor *= 10);
|
factor *= 10);
|
||||||
|
|
||||||
|
|
|
@ -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
|
* If we are seeing only the odd spurious IRQ caused by
|
||||||
* bus asynchronicity then don't eventually trigger an error,
|
* 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
|
* working systems
|
||||||
*/
|
*/
|
||||||
if (time_after(jiffies, desc->last_unhandled + HZ/10))
|
if (time_after(jiffies, desc->last_unhandled + HZ/10))
|
||||||
|
|
|
@ -374,7 +374,7 @@ sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* increment sample couter
|
* increment sample counter
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,
|
set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,
|
||||||
|
|
Loading…
Reference in a new issue