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
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>
This commit is contained in:
committed by
Jiri Kosina
parent
817eecbf82
commit
6d49e352ae
+4
-3
@@ -8,9 +8,10 @@
|
||||
* Scheduler profiling support, Arjan van de Ven and Ingo Molnar,
|
||||
* Red Hat, July 2004
|
||||
* Consolidation of architecture support code for profiling,
|
||||
* William Irwin, Oracle, July 2004
|
||||
* Nadia Yvette Chambers, Oracle, July 2004
|
||||
* Amortized hit count accounting via per-cpu open-addressed hashtables
|
||||
* to resolve timer interrupt livelocks, William Irwin, Oracle, 2004
|
||||
* to resolve timer interrupt livelocks, Nadia Yvette Chambers,
|
||||
* Oracle, 2004
|
||||
*/
|
||||
|
||||
#include <linux/export.h>
|
||||
@@ -256,7 +257,7 @@ EXPORT_SYMBOL_GPL(unregister_timer_hook);
|
||||
* pagetable hash functions, but uses a full hashtable full of finite
|
||||
* collision chains, not just pairs of them.
|
||||
*
|
||||
* -- wli
|
||||
* -- nyc
|
||||
*/
|
||||
static void __profile_flip_buffers(void *unused)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user