diff options
Diffstat (limited to 'fs/omfs')
-rw-r--r-- | fs/omfs/dir.c | 2 | ||||
-rw-r--r-- | fs/omfs/file.c | 2 | ||||
-rw-r--r-- | fs/omfs/inode.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fs/omfs/dir.c b/fs/omfs/dir.c index 4bee3a72b9f3..a0f45651f3b7 100644 --- a/fs/omfs/dir.c +++ b/fs/omfs/dir.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMFS (as used by RIO Karma) directory operations. | 3 | * OMFS (as used by RIO Karma) directory operations. |
3 | * Copyright (C) 2005 Bob Copeland <me@bobcopeland.com> | 4 | * Copyright (C) 2005 Bob Copeland <me@bobcopeland.com> |
4 | * Released under GPL v2. | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/fs.h> | 7 | #include <linux/fs.h> |
diff --git a/fs/omfs/file.c b/fs/omfs/file.c index bf83e6644333..d640b9388238 100644 --- a/fs/omfs/file.c +++ b/fs/omfs/file.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMFS (as used by RIO Karma) file operations. | 3 | * OMFS (as used by RIO Karma) file operations. |
3 | * Copyright (C) 2005 Bob Copeland <me@bobcopeland.com> | 4 | * Copyright (C) 2005 Bob Copeland <me@bobcopeland.com> |
4 | * Released under GPL v2. | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/module.h> | 7 | #include <linux/module.h> |
diff --git a/fs/omfs/inode.c b/fs/omfs/inode.c index ee14af9e26f2..08226a835ec3 100644 --- a/fs/omfs/inode.c +++ b/fs/omfs/inode.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Optimized MPEG FS - inode and super operations. | 3 | * Optimized MPEG FS - inode and super operations. |
3 | * Copyright (C) 2006 Bob Copeland <me@bobcopeland.com> | 4 | * Copyright (C) 2006 Bob Copeland <me@bobcopeland.com> |
4 | * Released under GPL v2. | ||
5 | */ | 5 | */ |
6 | #include <linux/module.h> | 6 | #include <linux/module.h> |
7 | #include <linux/sched.h> | 7 | #include <linux/sched.h> |