You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
committed by
Jiri Kosina
parent
bf48aabb89
commit
fbfecd3712
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user