浏览代码

[S390] hypfs comment cleanup.

Correct some comments in the hypervisor filesystem.

Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Michael Holzheu 18 年之前
父节点
当前提交
f19bfb2c9b
共有 5 个文件被更改,包括 6 次插入5 次删除
  1. 1 1
      arch/s390/hypfs/hypfs.h
  2. 1 1
      arch/s390/hypfs/hypfs_diag.c
  3. 1 1
      arch/s390/hypfs/hypfs_diag.h
  4. 1 1
      arch/s390/hypfs/inode.c
  5. 2 1
      drivers/base/hypervisor.c

+ 1 - 1
arch/s390/hypfs/hypfs.h

@@ -1,5 +1,5 @@
 /*
- *  fs/hypfs/hypfs.h
+ *  arch/s390/hypfs/hypfs.h
  *    Hypervisor filesystem for Linux on s390.
  *
  *    Copyright (C) IBM Corp. 2006

+ 1 - 1
arch/s390/hypfs/hypfs_diag.c

@@ -1,5 +1,5 @@
 /*
- *  fs/hypfs/hypfs_diag.c
+ *  arch/s390/hypfs/hypfs_diag.c
  *    Hypervisor filesystem for Linux on s390. Diag 204 and 224
  *    implementation.
  *

+ 1 - 1
arch/s390/hypfs/hypfs_diag.h

@@ -1,5 +1,5 @@
 /*
- *  fs/hypfs/hypfs_diag.h
+ *  arch/s390/hypfs_diag.h
  *    Hypervisor filesystem for Linux on s390.
  *
  *    Copyright (C) IBM Corp. 2006

+ 1 - 1
arch/s390/hypfs/inode.c

@@ -1,5 +1,5 @@
 /*
- *  fs/hypfs/inode.c
+ *  arch/s390/hypfs/inode.c
  *    Hypervisor filesystem for Linux on s390.
  *
  *    Copyright (C) IBM Corp. 2006

+ 2 - 1
drivers/base/hypervisor.c

@@ -1,8 +1,9 @@
 /*
  * hypervisor.c - /sys/hypervisor subsystem.
  *
- * This file is released under the GPLv2
+ * Copyright (C) IBM Corp. 2006
  *
+ * This file is released under the GPLv2
  */
 
 #include <linux/kobject.h>