diff options
author | Michael Holzheu <holzheu@de.ibm.com> | 2006-09-20 17:58:44 +0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-09-20 17:58:44 +0400 |
commit | f19bfb2c9b8675590fbecb43e5ce3b34ee321185 (patch) | |
tree | efe625aaf90e61fedfe7d5af028d9b202a44c850 /drivers/base/hypervisor.c | |
parent | 65912a84c0f33304fa5ea004c7b6ee58d5f5572e (diff) | |
download | linux-f19bfb2c9b8675590fbecb43e5ce3b34ee321185.tar.xz |
[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>
Diffstat (limited to 'drivers/base/hypervisor.c')
-rw-r--r-- | drivers/base/hypervisor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/base/hypervisor.c b/drivers/base/hypervisor.c index 0c85e9d6a448..7080b413ddc9 100644 --- a/drivers/base/hypervisor.c +++ b/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> |