Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lib: Change mail address of Oskar Schirmer

That old mail address doesnt exist any more.
This changes all occurences to my new address.

Signed-off-by: Oskar Schirmer <oskar@scara.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Oskar Schirmer and committed by
Jiri Kosina
6684b572 3d4f5eb1

+2 -2
+1 -1
include/linux/rational.h
··· 1 1 /* 2 2 * rational fractions 3 3 * 4 - * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <os@emlix.com> 4 + * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <oskar@scara.com> 5 5 * 6 6 * helper functions when coping with rational numbers, 7 7 * e.g. when calculating optimum numerator/denominator pairs for
+1 -1
lib/rational.c
··· 1 1 /* 2 2 * rational fractions 3 3 * 4 - * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <os@emlix.com> 4 + * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <oskar@scara.com> 5 5 * 6 6 * helper functions when coping with rational numbers 7 7 */