aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/mm
diff options
context:
space:
mode:
authorNadia Yvette Chambers <nyc@holomorphy.com>2012-12-06 04:39:54 -0500
committerJiri Kosina <jkosina@suse.cz>2012-12-06 04:39:54 -0500
commit6d49e352ae9aed3f599041b0c0389aa924815f14 (patch)
tree3b09be4f4c4544a0e602d1f41eb24bde5143496c /arch/mn10300/mm
parent817eecbf8230982ec0fbf0718e06a489b67dcbcf (diff)
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 'arch/mn10300/mm')
-rw-r--r--arch/mn10300/mm/pgtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/mm/pgtable.c b/arch/mn10300/mm/pgtable.c
index 4ebf117c3285..bd9ada693f95 100644
--- a/arch/mn10300/mm/pgtable.c
+++ b/arch/mn10300/mm/pgtable.c
@@ -95,7 +95,7 @@ struct page *pte_alloc_one(struct mm_struct *mm, unsigned long address)
95 * checks at dup_mmap(), exec(), and other mmlist addition points 95 * checks at dup_mmap(), exec(), and other mmlist addition points
96 * could be used. The locking scheme was chosen on the basis of 96 * could be used. The locking scheme was chosen on the basis of
97 * manfred's recommendations and having no core impact whatsoever. 97 * manfred's recommendations and having no core impact whatsoever.
98 * -- wli 98 * -- nyc
99 */ 99 */
100DEFINE_SPINLOCK(pgd_lock); 100DEFINE_SPINLOCK(pgd_lock);
101struct page *pgd_list; 101struct page *pgd_list;