aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/netport.c
diff options
context:
space:
mode:
authorPaul Moore <[email protected]>2011-08-01 11:10:33 +0000
committerDavid S. Miller <[email protected]>2011-08-02 00:58:33 +0000
commit82c21bfab41a77bc01affe21bea9727d776774a7 (patch)
treeb0c5850be07c7f6d747df389f8f15780887da630 /security/selinux/netport.c
parentdoc: Update the MAINTAINERS info for Paul Moore (diff)
downloadkernel-82c21bfab41a77bc01affe21bea9727d776774a7.tar.gz
kernel-82c21bfab41a77bc01affe21bea9727d776774a7.zip
doc: Update the email address for Paul Moore in various source files
My @hp.com will no longer be valid starting August 5, 2011 so an update is necessary. My new email address is employer independent so we don't have to worry about doing this again any time soon. Signed-off-by: Paul Moore <[email protected]> Signed-off-by: Paul Moore <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'security/selinux/netport.c')
-rw-r--r--security/selinux/netport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netport.c b/security/selinux/netport.c
index ae76e298de7d..0b62bd112461 100644
--- a/security/selinux/netport.c
+++ b/security/selinux/netport.c
@@ -5,7 +5,7 @@
* mapping is maintained as part of the normal policy but a fast cache is
* needed to reduce the lookup overhead.
*
- * Author: Paul Moore <[email protected]>
+ * Author: Paul Moore <[email protected]>
*
* This code is heavily based on the "netif" concept originally developed by
* James Morris <[email protected]>