Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d49e352 authored by Nadia Yvette Chambers's avatar Nadia Yvette Chambers Committed by Jiri Kosina
Browse files

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: default avatarNadia Yvette Chambers <nyc@holomorphy.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 817eecbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3576,7 +3576,7 @@ S: Maintained
F:	drivers/input/touchscreen/htcpen.c

HUGETLB FILESYSTEM
M:	William Irwin <wli@holomorphy.com>
M:	Nadia Yvette Chambers <nyc@holomorphy.com>
S:	Maintained
F:	fs/hugetlbfs/

+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ PLAT_NODE_DATA_LOCALNR(unsigned long p, int n)
    ((unsigned long)__va(NODE_DATA(kvaddr_to_nid(kaddr))->node_start_pfn  \
			 << PAGE_SHIFT))

/* XXX: FIXME -- wli */
/* XXX: FIXME -- nyc */
#define kern_addr_valid(kaddr)	(0)

#define virt_to_page(kaddr)	pfn_to_page(__pa(kaddr) >> PAGE_SHIFT)
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ void __set_pmd(pmd_t *pmdptr, unsigned long pmd)
 * checks at dup_mmap(), exec(), and other mmlist addition points
 * could be used. The locking scheme was chosen on the basis of
 * manfred's recommendations and having no core impact whatsoever.
 * -- wli
 * -- nyc
 */
DEFINE_SPINLOCK(pgd_lock);
struct page *pgd_list;
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ struct page *pte_alloc_one(struct mm_struct *mm, unsigned long address)
 * checks at dup_mmap(), exec(), and other mmlist addition points
 * could be used. The locking scheme was chosen on the basis of
 * manfred's recommendations and having no core impact whatsoever.
 * -- wli
 * -- nyc
 */
DEFINE_SPINLOCK(pgd_lock);
struct page *pgd_list;
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ static void pgd_dtor(pgd_t *pgd)
 * against pageattr.c; it is the unique case in which a valid change
 * of kernel pagetables can't be lazily synchronized by vmalloc faults.
 * vmalloc faults work because attached pagetables are never freed.
 * -- wli
 * -- nyc
 */

#ifdef CONFIG_X86_PAE
Loading