aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/syscall.h5
-rw-r--r--include/linux/dlm.h4
-rw-r--r--include/linux/dlm_plock.h5
-rw-r--r--include/linux/regset.h5
-rw-r--r--include/linux/tracehook.h5
5 files changed, 5 insertions, 19 deletions
diff --git a/include/asm-generic/syscall.h b/include/asm-generic/syscall.h
index e06b468a0ebe..f3135e734387 100644
--- a/include/asm-generic/syscall.h
+++ b/include/asm-generic/syscall.h
@@ -1,12 +1,9 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * Access to user system call parameters and results 3 * Access to user system call parameters and results
3 * 4 *
4 * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. 5 * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved.
5 * 6 *
6 * This copyrighted material is made available to anyone wishing to use,
7 * modify, copy, or redistribute it subject to the terms and conditions
8 * of the GNU General Public License v.2.
9 *
10 * This file is a stub providing documentation for what functions 7 * This file is a stub providing documentation for what functions
11 * asm-ARCH/syscall.h files need to define. Most arch definitions 8 * asm-ARCH/syscall.h files need to define. Most arch definitions
12 * will be simple inlines. 9 * will be simple inlines.
diff --git a/include/linux/dlm.h b/include/linux/dlm.h
index d02da2c6fc1a..ff951e9f6f20 100644
--- a/include/linux/dlm.h
+++ b/include/linux/dlm.h
@@ -1,12 +1,10 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/****************************************************************************** 2/******************************************************************************
2******************************************************************************* 3*******************************************************************************
3** 4**
4** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 5** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
5** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 6** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
6** 7**
7** This copyrighted material is made available to anyone wishing to use,
8** modify, copy, or redistribute it subject to the terms and conditions
9** of the GNU General Public License v.2.
10** 8**
11******************************************************************************* 9*******************************************************************************
12******************************************************************************/ 10******************************************************************************/
diff --git a/include/linux/dlm_plock.h b/include/linux/dlm_plock.h
index 95ad387a7769..e6d76e8715a6 100644
--- a/include/linux/dlm_plock.h
+++ b/include/linux/dlm_plock.h
@@ -1,9 +1,6 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. 3 * Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved.
3 *
4 * This copyrighted material is made available to anyone wishing to use,
5 * modify, copy, or redistribute it subject to the terms and conditions
6 * of the GNU General Public License v.2.
7 */ 4 */
8#ifndef __DLM_PLOCK_DOT_H__ 5#ifndef __DLM_PLOCK_DOT_H__
9#define __DLM_PLOCK_DOT_H__ 6#define __DLM_PLOCK_DOT_H__
diff --git a/include/linux/regset.h b/include/linux/regset.h
index a85c1707285c..bf0243779738 100644
--- a/include/linux/regset.h
+++ b/include/linux/regset.h
@@ -1,12 +1,9 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * User-mode machine state access 3 * User-mode machine state access
3 * 4 *
4 * Copyright (C) 2007 Red Hat, Inc. All rights reserved. 5 * Copyright (C) 2007 Red Hat, Inc. All rights reserved.
5 * 6 *
6 * This copyrighted material is made available to anyone wishing to use,
7 * modify, copy, or redistribute it subject to the terms and conditions
8 * of the GNU General Public License v.2.
9 *
10 * Red Hat Author: Roland McGrath. 7 * Red Hat Author: Roland McGrath.
11 */ 8 */
12 9
diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h
index df20f8bdbfa3..09d678433fc0 100644
--- a/include/linux/tracehook.h
+++ b/include/linux/tracehook.h
@@ -1,12 +1,9 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * Tracing hooks 3 * Tracing hooks
3 * 4 *
4 * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. 5 * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved.
5 * 6 *
6 * This copyrighted material is made available to anyone wishing to use,
7 * modify, copy, or redistribute it subject to the terms and conditions
8 * of the GNU General Public License v.2.
9 *
10 * This file defines hook entry points called by core code where 7 * This file defines hook entry points called by core code where
11 * user tracing/debugging support might need to do something. These 8 * user tracing/debugging support might need to do something. These
12 * entry points are called tracehook_*(). Each hook declared below 9 * entry points are called tracehook_*(). Each hook declared below