aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CREDITS2
-rw-r--r--ipc/mqueue.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index 6c06ded9882b..be4656279b0a 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3658,7 +3658,7 @@ S: Portland, OR
3658S: USA 3658S: USA
3659 3659
3660N: Michal Wronski 3660N: Michal Wronski
3661E: Michal.Wronski@motorola.com 3661E: michal.wronski@gmail.com
3662D: POSIX message queues fs (with K. Benedyczak) 3662D: POSIX message queues fs (with K. Benedyczak)
3663S: Krakow 3663S: Krakow
3664S: Poland 3664S: Poland
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index c45ae86cec31..7c274002c9f5 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -2,7 +2,7 @@
2 * POSIX message queues filesystem for Linux. 2 * POSIX message queues filesystem for Linux.
3 * 3 *
4 * Copyright (C) 2003,2004 Krzysztof Benedyczak (golbi@mat.uni.torun.pl) 4 * Copyright (C) 2003,2004 Krzysztof Benedyczak (golbi@mat.uni.torun.pl)
5 * Michal Wronski (Michal.Wronski@motorola.com) 5 * Michal Wronski (michal.wronski@gmail.com)
6 * 6 *
7 * Spinlocks: Mohamed Abbas (abbas.mohamed@intel.com) 7 * Spinlocks: Mohamed Abbas (abbas.mohamed@intel.com)
8 * Lockless receive & send, fd based notify: 8 * Lockless receive & send, fd based notify: