aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/filesystems/bfs.txt2
-rw-r--r--MAINTAINERS2
-rw-r--r--arch/x86/kernel/cpu/microcode/amd.c2
-rw-r--r--arch/x86/kernel/cpu/microcode/core.c2
-rw-r--r--arch/x86/kernel/cpu/microcode/intel.c2
-rw-r--r--fs/bfs/inode.c4
6 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/filesystems/bfs.txt b/Documentation/filesystems/bfs.txt
index 78043d5a8fc3..843ce91a2e40 100644
--- a/Documentation/filesystems/bfs.txt
+++ b/Documentation/filesystems/bfs.txt
@@ -54,4 +54,4 @@ The first 4 bytes should be 0x1badface.
54If you have any patches, questions or suggestions regarding this BFS 54If you have any patches, questions or suggestions regarding this BFS
55implementation please contact the author: 55implementation please contact the author:
56 56
57Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 57Tigran Aivazian <aivazian.tigran@gmail.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 6b36037cbe8f..f7d568b8f133 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2483,7 +2483,7 @@ S: Maintained
2483F: drivers/net/ethernet/ec_bhf.c 2483F: drivers/net/ethernet/ec_bhf.c
2484 2484
2485BFS FILE SYSTEM 2485BFS FILE SYSTEM
2486M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> 2486M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2487S: Maintained 2487S: Maintained
2488F: Documentation/filesystems/bfs.txt 2488F: Documentation/filesystems/bfs.txt
2489F: fs/bfs/ 2489F: fs/bfs/
diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c
index 1d38e53c2d5c..45db4d2ebd01 100644
--- a/arch/x86/kernel/cpu/microcode/amd.c
+++ b/arch/x86/kernel/cpu/microcode/amd.c
@@ -10,7 +10,7 @@
10 * Author: Peter Oruba <peter.oruba@amd.com> 10 * Author: Peter Oruba <peter.oruba@amd.com>
11 * 11 *
12 * Based on work by: 12 * Based on work by:
13 * Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 13 * Tigran Aivazian <aivazian.tigran@gmail.com>
14 * 14 *
15 * early loader: 15 * early loader:
16 * Copyright (C) 2013 Advanced Micro Devices, Inc. 16 * Copyright (C) 2013 Advanced Micro Devices, Inc.
diff --git a/arch/x86/kernel/cpu/microcode/core.c b/arch/x86/kernel/cpu/microcode/core.c
index b4a4cd39b358..e53d3c909840 100644
--- a/arch/x86/kernel/cpu/microcode/core.c
+++ b/arch/x86/kernel/cpu/microcode/core.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * CPU Microcode Update Driver for Linux 2 * CPU Microcode Update Driver for Linux
3 * 3 *
4 * Copyright (C) 2000-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 4 * Copyright (C) 2000-2006 Tigran Aivazian <aivazian.tigran@gmail.com>
5 * 2006 Shaohua Li <shaohua.li@intel.com> 5 * 2006 Shaohua Li <shaohua.li@intel.com>
6 * 2013-2016 Borislav Petkov <bp@alien8.de> 6 * 2013-2016 Borislav Petkov <bp@alien8.de>
7 * 7 *
diff --git a/arch/x86/kernel/cpu/microcode/intel.c b/arch/x86/kernel/cpu/microcode/intel.c
index 8325d8a09ab0..afdfd237b59f 100644
--- a/arch/x86/kernel/cpu/microcode/intel.c
+++ b/arch/x86/kernel/cpu/microcode/intel.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Intel CPU Microcode Update Driver for Linux 2 * Intel CPU Microcode Update Driver for Linux
3 * 3 *
4 * Copyright (C) 2000-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 4 * Copyright (C) 2000-2006 Tigran Aivazian <aivazian.tigran@gmail.com>
5 * 2006 Shaohua Li <shaohua.li@intel.com> 5 * 2006 Shaohua Li <shaohua.li@intel.com>
6 * 6 *
7 * Intel CPU microcode early update for Linux 7 * Intel CPU microcode early update for Linux
diff --git a/fs/bfs/inode.c b/fs/bfs/inode.c
index f2deec0a62f0..25e312cb6071 100644
--- a/fs/bfs/inode.c
+++ b/fs/bfs/inode.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * fs/bfs/inode.c 2 * fs/bfs/inode.c
3 * BFS superblock and inode operations. 3 * BFS superblock and inode operations.
4 * Copyright (C) 1999-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 4 * Copyright (C) 1999-2006 Tigran Aivazian <aivazian.tigran@gmail.com>
5 * From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds. 5 * From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds.
6 * 6 *
7 * Made endianness-clean by Andrew Stribblehill <ads@wompom.org>, 2005. 7 * Made endianness-clean by Andrew Stribblehill <ads@wompom.org>, 2005.
@@ -19,7 +19,7 @@
19#include <linux/uaccess.h> 19#include <linux/uaccess.h>
20#include "bfs.h" 20#include "bfs.h"
21 21
22MODULE_AUTHOR("Tigran Aivazian <tigran@aivazian.fsnet.co.uk>"); 22MODULE_AUTHOR("Tigran Aivazian <aivazian.tigran@gmail.com>");
23MODULE_DESCRIPTION("SCO UnixWare BFS filesystem for Linux"); 23MODULE_DESCRIPTION("SCO UnixWare BFS filesystem for Linux");
24MODULE_LICENSE("GPL"); 24MODULE_LICENSE("GPL");
25 25