[S390] hypfs comment cleanup.
authorMichael Holzheu <holzheu@de.ibm.com>
Wed, 20 Sep 2006 13:58:44 +0000 (15:58 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 20 Sep 2006 13:58:44 +0000 (15:58 +0200)
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>
arch/s390/hypfs/hypfs.h
arch/s390/hypfs/hypfs_diag.c
arch/s390/hypfs/hypfs_diag.h
arch/s390/hypfs/inode.c
drivers/base/hypervisor.c

index ea5567be00fcf436cf14a6b16ec84ad4a8928610..f3dbd91965c6ec3729ff161f23475e4cc6d538da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  fs/hypfs/hypfs.h
+ *  arch/s390/hypfs/hypfs.h
  *    Hypervisor filesystem for Linux on s390.
  *
  *    Copyright (C) IBM Corp. 2006
index 1785bce2b9196445e89748858fe9570e2786339e..874d761c9810a5b00c22d07bcb95a3f7ea84a904 100644 (file)
@@ -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.
  *
index 793dea6b9bb63c1f4dfc3f94844901faa186d505..256b384aebe13a6add6bf6d4ae80256764af89de 100644 (file)
@@ -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
index 18c091925ea5fe61f7e64b7aa0505a9c6e7a81d0..bdcad2ea1ff4bb8d736c498ed9bfdfd842fc40eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  fs/hypfs/inode.c
+ *  arch/s390/hypfs/inode.c
  *    Hypervisor filesystem for Linux on s390.
  *
  *    Copyright (C) IBM Corp. 2006
index 0c85e9d6a4485834e7110c9a54dbb47444ac110e..7080b413ddc9f6c475056adf161cf248321c9927 100644 (file)
@@ -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>