diff options
author | Nadia Yvette Chambers <nyc@holomorphy.com> | 2012-12-06 10:39:54 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-12-06 10:39:54 +0100 |
commit | 6d49e352ae9aed3f599041b0c0389aa924815f14 (patch) | |
tree | 3b09be4f4c4544a0e602d1f41eb24bde5143496c /lib/bitmap.c | |
parent | 817eecbf8230982ec0fbf0718e06a489b67dcbcf (diff) | |
download | linux-6d49e352ae9aed3f599041b0c0389aa924815f14.tar.gz linux-6d49e352ae9aed3f599041b0c0389aa924815f14.tar.bz2 linux-6d49e352ae9aed3f599041b0c0389aa924815f14.zip |
propagate name change to comments in kernel source
I've legally changed my name with New York State, the US Social Security
Administration, et al. This patch propagates the name change and change
in initials and login to comments in the kernel source as well.
Signed-off-by: Nadia Yvette Chambers <nyc@holomorphy.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/bitmap.c')
-rw-r--r-- | lib/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index 06fdfa1aeba7..06f7e4fe8d2d 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c @@ -353,7 +353,7 @@ again: EXPORT_SYMBOL(bitmap_find_next_zero_area); /* - * Bitmap printing & parsing functions: first version by Bill Irwin, + * Bitmap printing & parsing functions: first version by Nadia Yvette Chambers, * second version by Paul Jackson, third by Joe Korty. */ |